Skip to main content
GET
Get all recipients

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string<uuid>
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
type
enum<string>
Available options:
business,
personal
country
string
Required string length: 2

Response

Recipients retrieved successfully

recipients
object[]
total
integer
Required range: x >= 0
has_more
boolean