v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Accounts

List accounts by phone number

List accounts by phone number.

post/accounts/v5/accounts/search

Query parameters

nextCursorinteger
Example:30

Cursor for pagination

maxItemsinteger
Example:100

Number of items on current page. 200 maximum. Default is 200.

Request body

Example request

{
  "phone": {
    "number": "11912345678",
    "area_code": "51",
    "country_code": "555"
  }
}

Response

List of accounts returned

next_cursorstring nullable

Cursor value for the next page

has_nextboolean

Whether there are more pages after the current page (true) or not (false).

countinteger

Number of items on the current page

Example response

{
  "next_cursor": "MEgCQQCo9+BpMRYQ/dL3DS2CyJxRF+j6ctbT3/Qp84+KeFhnii7NT7fELilKUSnxS30WAvQCCo2yU1orfgqr41mM70MBAgMBAAE=",
  "has_next": true,
  "count": 100
}