Credentials

Retrieve a credential

Returns a single credential by ID.

get/credentials/{credential_id}

Path parameters

credential_idstring required

Unique identifier for the credential (prefixed with cred_).

Response

OK

idstring required

Unique identifier for the credential, prefixed with cred_.

objectstring required

Always credential.

statusstring required

Credential status: unverified, verified, invalid, or deleted.

external_idstring nullable required

External identifier from your system, if set.

source_idstring required

The source this credential authenticates against. Prefixed with src_.

auth_methodstring required

Authentication method: username_password, source_fields, or none.

created_atstring date-time required

ISO 8601 timestamp of when the resource was created.

updated_atstring date-time required

ISO 8601 timestamp of when the resource was last updated.

request_idstring required

Unique identifier for the API request. Include this when contacting support.

Changes