Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The id of the identity to fetch, use either identityId
or externalId
, if both are provided, identityId
takes precedence.
1
"id_1234"
The externalId of the identity to fetch, use either identityId
or externalId
, if both are provided, identityId
takes precedence.
1
"id_1234"
The configuration for an api
The response is of type object
.