Create Limit Recipient


                https://api.ocamba.com/v2/ocamba/limit-recipients
            

Creates a new Limit Recipient object


Name
Description
idstringrequired
Recipient email.


Example: [email protected]

namestringrequired
Name of the member.


Example: John Doe

201 - Created
Arrow

400 - Bad Request
Arrow

500 - Internal Server Error
Arrow
200 Arrow
{       
  "id": "[email protected]",
  "name": "Example Name"
}
400 Arrow
{
  "code": 400,
  "title": "Bad request.",
  "message": "The request body is not valid.",
  "trace_id": "99a84211-f73d-4ff8-acdf-eb3e06bb9d62"
}
{
  "code": 500,
  "title": "Internal server error.",
  "message": "Internal server error."
}