Get Recipient Details
Read for details on added receivers
Get All Recipients
This API returns all recipients associated with the sender along with the recipient's information.
GET /v2/senders/{{senderId}}/recipients
Field | Required | Type | Description |
---|---|---|---|
senderId | Yes | UUID | Sender ID |
Get recipient by Id
Returns information of a specific recipient of the sender.
GET /v2/senders/{{senderId}}/recipients/{{recipientId}}
Field | Required | Type | Description |
---|---|---|---|
senderId | Yes | UUID | ID of sender |
recipientId | Yes | UUID | ID of recipient of the sender |
Last updated