Get Recipient by ID
Loading...
API endpoint path: /db-recipients/v1/recipients/{recipientId}
Retrieves the details of a specific recipient using their unique identifier. Use this endpoint to display recipient details before initiating a transfer.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Success
Bad request
Unauthorized Possible causes:
- Full authentication was not provided in the request.
- The authentication token that was sent in the request is invalid.
Forbidden Possible causes:
- The authentication provided does not authorize this request.
Server error