GET
/
identity
/
identities
/
{id}
Get Identity
curl --request GET \
  --url https://api.paxos.com/v2/identity/identities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "f190b163-208f-4d73-8deb-4fb8b24add00",
  "summary_status": "PENDING"
}

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

id
string
required

id associated with the identity

Query Parameters

include_details
boolean

query param; details are encrypted, so we do not want to include them by default

include_institution_members
boolean

query param; to include institution members for institution identity

Response

200 - application/json

A successful response.

The response is of type object.