Get Recipients
Get the details of all active recipients for a customer.
Path parameters
customer_id
A unique identifier representing the customer for whom the recipient records are being retrieved.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
page
The page number to retrieve. Use this to navigate through paginated results.
Defaults to 1 if not specified.
limit
The maximum number of records to return per page.
Defaults to 50 if not specified.
Response
A recipient or recipients were found and their data is returned in the response body.
recipients
Array for the recipients.
meta_data
Container for metadata.