List of errors

All errors will follow this pattern :

{
    "message": "You don't have the permission to perform this action",
    "status": 403,
    "data": {
        ...
    }
}

You will often find more details in the data object and when there are several errors on a bulk update, you will find the list of errors in the errors array.

Status Message
400 Too many business_units, maximum is 1000
Error during business unit bulk upserting
You will find the list of errors in the `data.errors` array
uuid {business_unit_uuid} missmatch code {business_unit_code}. You cannot update business_unit code
cannot update event for business unit
Bad parameter in business_units
Payload malformed: {error}
403 You don't have the permission to perform this action
404 business unit {business_unit_code} not found
Business unit(s) {business_unit_uuids} not found
Event not found
409 business unit {business_unit_code} already exists
500 Internal server error
Language
Authorization
Header
Click Try It! to start a request and see the response here!