Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter on resources that have an account(s)
Only return resources where the last 4 characters of the SSN match the specified value.
4
"6789"
Only return resources where the last_name field matches the specified string. Any * characters in the string are wildcards, and match any characters.
"Smith"
Only return resources where the email field matches the specified string. Any * characters in the string are wildcards, and match any characters.
"john.doe@example.com"
Only return resources where the first_name or chosen_name field matches the specified string. Any * characters in the string are wildcards, and match any characters.
"Alice"
Only return resources where the phone_number field matches the specified string. Phone numbers use the E.164 format e.g. +19178675309. Any * characters in the string are wildcards, and match any characters.
"+12065550100"
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
Unique resource identifier
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
x >= 1
100
Specifies the sort order for the returned customers.
Only return resources where with the specified status.
ACTIVE
, DECEASED
, DENIED
, DORMANT
, ESCHEAT
, FROZEN
, INACTIVE
, PROSPECT
, SANCTION
"ACTIVE"