List credentials
Credentials
List credentials
This endpoint lists all the credentials in your account.
GET
List credentials
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 credentials for this provider (e.g.
github, stripe, etc). See the list of possible values.Kind of credential (e.g.
stripe_oauth2, stripe_sequin, etc). See the list of possible values.Filter for credentials with this health status (e.g.
ok, error, etc). See the list of possible credential health.status values.Filter for credentials matching the properties supplied in this map. For example,
{"custom_property": 42} will return all credentials with a custom_property of 42.Response fields
ID of the credential.
Provider of the credential (e.g.
github, stripe, etc). See the list of possible values.Kind of credential (e.g.
stripe_oauth, github, etc). See the list of possible values.Status of the credential. Learn more about the health object.
OAuth app associated to the credential. Learn more about the OAuth app object.
The properties for the credential. This field is polymorphic based on the credential kind. Learn more about credential properties.
Metadata for the credential. This is a free-form object that you can use to store any additional information you want to associate with the credential.
Timestamp of when the credential was created, in ISO 8601 format.
Timestamp of when the credential was last updated, in ISO 8601 format.

