Skip to main content
GET

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

acs_user_id
string<uuid>

ID of the access system user for which you want to retrieve all credentials.

acs_system_id
string<uuid>

ID of the access system for which you want to retrieve all credentials.

user_identity_id
string<uuid>

ID of the user identity for which you want to retrieve all credentials.

limit
number<float>
default:500

Number of credentials to return.

created_before
string<date-time>

Date and time, in ISO 8601 format, before which events to return were created.

is_multi_phone_sync_credential
boolean

Indicates whether you want to retrieve only multi-phone sync credentials or non-multi-phone sync credentials.

String for which to search. Filters returned credentials to include all records that satisfy a partial match using display_name, code, card_number, acs_user_id or acs_credential_id.

Minimum string length: 1
page_cursor
string | null

Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

Response

OK

acs_credentials
object[]
required
pagination
object
required

Information about the current page of results.