All API responses return a standard HTTP status code. On error, the response body includes a success: false flag and a message field with details.
success: false
message
1{2 "success": false,3 "message": "Permission denied: GET /accounts/{account_id}/campaigns"4}