v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBClient
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"
}
}
}