Skip to main content
GET
List credentials

Authorizations

Authorization
string
header
required

Secret key (sk_live_...)

Query Parameters

limit
default:20

Maximum number of items to return (1-100, default 20)

Required range: 1 <= x <= 100
Example:

20

cursor
string

Cursor from a previous response for pagination.

source_id
string[]

Unique identifier for the source (prefixed with src_). Pass multiple values comma-separated (e.g. ?source_id=a,b); repeated keys are also accepted.

Pattern: ^src_
status
string[]

Filter by credential status: unverified, verified, invalid, deleted. Pass multiple values comma-separated (e.g. ?status=a,b); repeated keys are also accepted.

external_id
string

Filter by the external ID assigned when creating the credential.

Response

OK

data
object[]
required

Array of resource objects for the current page.

has_more
boolean
required

true if there are more results beyond this page.

next_cursor
null | string

Opaque cursor string to pass as the cursor query parameter on the next request. null when there are no more pages.

request_id
null | string

Unique identifier for the API request.