GET
/
v2
/
identity
/
controls
{
  "items": [
    {
      "id": "<string>",
      "type": "CLOSED",
      "set_by": "PAXOS",
      "reason_code": "OTHER",
      "reason": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "deleted_at": "2023-11-07T05:31:56Z"
    }
  ],
  "next_page_cursor": "<string>"
}
OAuth Scope
identity:read_identity_control

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

identity_id
string
required

The Identity ID

include_deleted
boolean

Include deleted controls in the response.

limit
integer

Number of results to return. Defaults to 100 if no limit is provided. Maximum 1000.

order
enum<string>

Return items in ascending (ASC) or descending (DESC) order. Defaults to DESC.

Available options:
DESC,
ASC
order_by
enum<string>

The specific method by which the returned results will be ordered. Defaults to CREATED_AT.

Available options:
CREATED_AT
page_cursor
string

Optional: Cursor for getting the next page of results.

Response

A successful response.

items
object[]

The list of identity controls.

next_page_cursor
string

Cursor token for fetching the next page. Empty if there are no more pages.