Identities
Get an identity
GET
Identities are in public beta. Please report any issues to support@unkey.dev
Retrieve an identity either by identityId
or by externalId
.
The response will include the identity as well as its configured rate limits.
Changelog
Date | Changes |
---|---|
Jul 17 2024 | Introduced endpoint |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The id of the identity to fetch, use either identityId
or externalId
, if both are provided, identityId
takes precedence.
Minimum length:
1
Example:
"id_1234"
The externalId of the identity to fetch, use either identityId
or externalId
, if both are provided, identityId
takes precedence.
Minimum length:
1
Example:
"id_1234"
Response
200
application/json
The configuration for an api
The response is of type object
.