Skip to main content
GET
List credentials

Request parameters

Request parameters are coming soon.
string
Filter for credentials for this provider (e.g. github, stripe, etc). See the list of possible values.
string
Kind of credential (e.g. stripe_oauth2, stripe_sequin, etc). See the list of possible values.
string
Filter for credentials with this health status (e.g. ok, error, etc). See the list of possible credential health.status values.
json
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

string
ID of the credential.
string
Provider of the credential (e.g. github, stripe, etc). See the list of possible values.
string
Kind of credential (e.g. stripe_oauth, github, etc). See the list of possible values.
object
Status of the credential. Learn more about the health object.
object
OAuth app associated to the credential. Learn more about the OAuth app object.
credential_properties
The properties for the credential. This field is polymorphic based on the credential kind. Learn more about credential properties.
string
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.
string
Timestamp of when the credential was created, in ISO 8601 format.
string
Timestamp of when the credential was last updated, in ISO 8601 format.