What is a Recipient ID?
A recipient ID is a unique identifier assigned to each recipient associated with a client in your workspace. It’s required for making API requests that interact with specific recipients, such as updating recipient details or deleting recipients.Step-by-Step Instructions
Make the API request
Send a
GET request to the Get client details API endpoint, including your API key in the request header.Parse the response
The response will contain a
recipients array with recipient objects, each containing an id field.Example: