Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Query Parameters

accountId
string
required

The ID of the account to work with.

Example:

"F50091"

limit
integer
default:100

The maximum number of results to return.

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

200

offset
integer
default:0

The number of items to skip before returning results.

Example:

100

The term to search the records for.

Maximum string length: 100
Example:

"Cesar+Treutel"

deleted
enum<string>

Whether to return deleted recipients

Available options:
true,
false
status
enum<string>

The recipient's status.

Available options:
UNVERIFIED,
PENDING,
AUTHORISED,
REJECTED
Example:

"AUTHORISED"

sort
enum<string>

Sort order for the results. lastPaidAt.desc sorts by the date the recipient was last paid, most recently paid first; lastPaidAt.asc sorts least recently paid first. Recipients who have never been paid have no date to sort on, so they are ordered last in both cases rather than excluded — sorting never changes which recipients are returned, or the total count. name.asc sorts alphabetically by name, name.desc sorts reverse alphabetically. Defaults to name.asc.

Available options:
lastPaidAt.asc,
lastPaidAt.desc,
name.asc,
name.desc

Response

200 - application/json

OK

count
integer
required

The total amount of records matching the querying when "limit" is ignored.

Example:

67

rows
object[]
required

Array of all matching recipients.

limit
integer
default:100

The maximum number of results to return.

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

200

offset
integer
default:0

The number of items to skip before returning results.

Example:

100