List OAuth apps
OAuth apps
List OAuth apps
This endpoint lists all the OAuth apps in your account.
GET
List OAuth apps
Documentation Index
Fetch the complete documentation index at: https://sequin.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request parameters
Request parameters are coming soon.
Filter for OAuth apps for this provider (e.g.
github, stripe, etc). See the list of possible values.Filter for OAuth apps with this health status (e.g.
ok, error, etc). See the list of possible OAuth app health.status values.Determines whether the response contains truncated or full secrets.
Filter for OAuth apps matching the properties supplied in this map. For example,
{"custom_property": 42} will return all OAuth apps with a custom_property of 42.Response fields
ID of the OAuth app.
Display name of the OAuth app.
Status of the OAuth app. Learn more about the health object.
The client ID of the OAuth app.
The client secret of the OAuth app.
Metadata for the OAuth app. This is a free-form object that you can use to store any additional information you want to associate with the OAuth app.
Timestamp of when the OAuth app was created, in ISO 8601 format.
Timestamp of when the OAuth app was last updated, in ISO 8601 format.

