List Recipients
Loading...
API endpoint path: /db-recipients/v1/recipients
Retrieves all recipients associated with the authenticated user's account. Recipients are saved payees that can receive transfers from the user.
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