GET
/
recipients
/
{recipient_id}
{
  "data": {
    "id": "recipient_123",
    "name": "John Doe",
    "created_at": "2025-11-07T05:31:56Z",
    "updated_at": "2025-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer bv_xxxxxxxxx, where bv_xxxxxxxxx is your API Key with Full access scope.

Path Parameters

recipient_id
string
required

The unique identifier of the recipient.

Response

200
application/json

Recipient found

The response is of type any.