View Limit Recipient
https://api.ocamba.com/v2/ocamba/limit-recipients/{id}
https://api.ocamba.com/v2/ocamba/limit-recipients/{id}
Retrieves the details of a Limit Recipient.
Name
Descriptionidstringrequired
Unique identifier for the object defined as a path parameter.Example: 12345
Name
Descriptionfieldsstring
The client can request more efficient filtered representation of the resource showing only specific field(s), using the “fields” query parameter. Note that the “fields” parameter has precedence over the “view” parameter.Example GET /v2/ocamba/RESOURCE_NAME?fields=id,name
See "Tips" for the list of filterable parameters.
Example: fields=field1,field2,field3
viewstring
Ocamba API returns full representation of the resource using the “view=full” query parameter. If not specified, the default view will be used.Note that the “fields” parameter has precedence over the “view” parameter.
Example: view=full/default
200 - OK
Name
Descriptioncompany_idstring
A unique company identifier generated by the Ocamba platform.Example: 1000000
create_timedateTime
Timezone: GMT.Example: 2021-07-30 12:50:13
idstring
Recipient email.Example: [email protected]
namestring
Name of the member.Example: John Doe
update_timedateTime
Timezone: GMT.Example: 2021-07-30 12:50:13
500 - Internal Server Error
Name
Descriptioncodeinteger
Http response status code.Example: 500
messagestring
The human readable message that describes how to deal with error.Example: Internal server error.
titlestring
The error title.Example: Internal server error.