Skip to main content
GET
/
identity
/
identities
List Identities
curl --request GET \
  --url https://api.paxos.com/v2/identity/identities \
  --header 'Authorization: Bearer <token>'
{
  "next_page_cursor": "<string>",
  "items": [
    {
      "id": "f190b163-208f-4d73-8deb-4fb8b24add00",
      "summary_status": "PENDING"
    }
  ]
}
OAuth Scope
identity:read_identity

Authorizations

Authorization
string
header
required

Query Parameters

summary_status
enum<string>
Available options:
PENDING,
ERROR,
APPROVED,
DENIED,
DISABLED
created_at.lt
string<date-time>
created_at.lte
string<date-time>
created_at.eq
string<date-time>
created_at.gte
string<date-time>
created_at.gt
string<date-time>
updated_at.lt
string<date-time>
updated_at.lte
string<date-time>
updated_at.eq
string<date-time>
updated_at.gte
string<date-time>
updated_at.gt
string<date-time>
limit
integer
order
enum<string>
Available options:
DESC,
ASC
order_by
enum<string>
Available options:
CREATED_AT
page_cursor
string
identity_type
enum<string>
Available options:
PERSON,
INSTITUTION

Response

200 - application/json
next_page_cursor
string
items
object[]