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_idstringRequired
A unique identifier representing the customer for whom the recipient records are being retrieved.

Query parameters

pageintegerOptional>=1
The page number to retrieve. Use this to navigate through paginated results. Defaults to 1 if not specified.
limitintegerOptional>=1
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.
recipientslist of objects
Array for the recipients.
meta_dataobject
Container for metadata.

Errors