Recipients
Get a recipient
Retrieves the details of an existing recipient.
GET
/
v1
/
recipients
/
{recipient_id}
Path Parameters
recipient_id
string
requiredThe unique identifier of a recipient.
Returns
Returns a 200 OK
status code along with a recipient object if successful, or an error otherwise.
Was this page helpful?