Skip to main content
GET
Get a recipient by ID
Retrieve a specific recipient by its unique ID. Returns detailed information about the recipient including type, details, and status.

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/auth/token/issue. Send as: Authorization: Bearer <access_token>

Path Parameters

id
string
required

Recipient ID

Example:

"rec_01J8V9ZP3A7"

Response

Recipient retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Recipient retrieved successfully"

data
object