cURL
curl --request GET \ --url https://api.example.com/recipients/{recipient_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "recipient_123", "name": "John Doe", "created_at": "2025-11-07T05:31:56Z", "updated_at": "2025-11-07T05:31:56Z" } }
Retrieve a recipient.
Bearer authentication header of the form Bearer bv_xxxxxxxxx, where bv_xxxxxxxxx is your API Key with Full access scope.
Bearer bv_xxxxxxxxx
bv_xxxxxxxxx
Full access
The unique identifier of the recipient.
Recipient found