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
1
Make the API request
Send a
GET request to the Get client details API endpoint, including your API key in the request header.2
Parse the response
The response will contain a
recipients array with recipient objects, each containing an id field.Example:3
Extract the recipient ID
Here the recipient ID for
Tim Bradford is: 128c1dfc-b29f-4fda-9a05-8a90e197b81b.You can access the recipient ID in your code from the response using: