GET
/
v1
/
credentials

Request parameters

Request parameters are coming soon.
provider
string

Filter for credentials for this provider (e.g. github, stripe, etc). See the list of possible values.

kind
string

Kind of credential (e.g. stripe_oauth2, stripe_sequin, etc). See the list of possible values.

health.status
string

Filter for credentials with this health status (e.g. ok, error, etc). See the list of possible credential health.status values.

metadata
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

id
string

ID of the credential.

provider
string

Provider of the credential (e.g. github, stripe, etc). See the list of possible values.

kind
string

Kind of credential (e.g. stripe_oauth, github, etc). See the list of possible values.

health
object

Status of the credential. Learn more about the health object.

oauth_app
object

OAuth app associated to the credential. Learn more about the OAuth app object.

properties
credential_properties

The properties for the credential. This field is polymorphic based on the credential kind. Learn more about credential properties.

metadata
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.

created_at
string

Timestamp of when the credential was created, in ISO 8601 format.

updated_at
string

Timestamp of when the credential was last updated, in ISO 8601 format.