Client
Retrieve Client
Retrieves the attributes and status of a Client.
get/v1/clients/{ClientID}
Path parameters
ClientIDstring required
22-character ClientID. Present in your credential file.
Response
Client's attributes are returned.
Example response
{
"label": "ClientLabel",
"limits": {
"currency": "840",
"pull": {
"transaction": "0.25",
"daily": "1.00"
},
"push": {
"transaction": "0.25",
"daily": "1.00"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.