Error Responses
All responses that result in errors have a status > 400. The payload in the response contains an errors array. Each item in the errors array consists of an object with at least the detail field present with a human-readable error explanation:
{
"errors": [
{
"detail": "Cannot create new command because account is already at command limit (25)."
}
]
}