List all recipients
Returns a list of recipients on an account.
Ordered alphabetically by name.
GET
cURL
Authorizations
Query Parameters
The ID of the account to work with.
Example:
"F50091"
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
The term to search the records for.
Maximum string length:
100Example:
"Cesar+Treutel"
Whether to return deleted recipients
Available options:
true, false The recipient's status.
Available options:
UNVERIFIED, PENDING, AUTHORISED, REJECTED Example:
"AUTHORISED"
Response
200 - application/json
OK
The total amount of records matching the querying when "limit" is ignored.
Example:
67
Array of all matching recipients.
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
cURL