Get Recipients
Get the details of all active recipients for a customer.
Authentication
AuthorizationBearer
OAuth 2.0 Bearer token authentication. This API uses OAuth 2.0 Client Credentials flow. Please refer to the Authentication section for detailed information on how to obtain and use your OAuth credentials.
Path parameters
customer_id
A unique identifier representing the customer for whom the recipient records are being retrieved.
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.