v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
API Credentials

List API Credentials

List all API credentials that have been created.

get/api-creds/credentials

Query parameters

order'DESC' | 'ASC'

Determines whether the items are returned in ascending (ASC), or descending (DESC) order. Defaults to DESC.

order_by'CREATED_AT'

The specific field by which the returned results will be ordered. Defaults to CREATED_AT.

limitinteger

The maximum number of items to return. Defaults to 0 (return all records). Max value is 1000.

page_cursorstring

The page cursor for pagination. Use the next_page_cursor from the response to get the next page.

statusesstring[]

Filter for credentials with a set of statuses. Defaults to [APPROVED].

idsstring[]

Optionally filter by the UUIDs of the credentials. Limit 100.

client_idsstring[]

Optionally filter by the client IDs of the credentials. Limit 100.

Response

A successful response.

next_page_cursorstring

The page cursor for the next page of results. Empty if this is the last page.