v1
latestOpenAPI 3.0.02026-07-2640301.0 MBClient Account Labels Endpoints
account/client-accounts/label
This endpoint returns all the created Labels for the given Client account.
get/account/client-accounts/label
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
ClientAccountIDstring
Client account ID of customer who's labels you want to retrieve
Response
Example response
{
"Labels": {
"0": {
"Label": "ClientAccount1"
}
}
}