Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
acs_user_id
string<uuid>
required

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

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.

limit
number<float>
default:500

Number of credentials to return.

page_cursor
string | null

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

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

Response

OK

acs_credentials
object[]
required
pagination
object
required

Information about the current page of results.