Skip to main content
GET
List account restrictions

Path Parameters

accountId
string<uuid>
required

Account ID

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

Query Parameters

page
integer<int32>

Page number (0-based)

Required range: x >= 0
Example:

0

size
integer<int32>

Number of items per page (max 100)

Required range: 1 <= x <= 100
Example:

20

sortBy
string
default:createdAt

Field name to sort by

Example:

"createdAt"

sortDirection
object

Sort direction

status
enum<string> | null

Optional restriction status filter Restriction status

Available options:
ACTIVE,
LIFTED

Response

Account restrictions

Paginated response wrapper

data
object[]

List of items for the current page

page
integer<int32>

Current page number (0-based)

Example:

0

size
integer<int32>

Number of items per page

Example:

100

totalPages
integer<int32>

Total number of pages

Example:

5

Last modified on July 20, 2026