Skip to main content
Every error is a single JSON shape:
{
  "error": {
    "type": "phone_invalid",
    "message": "phone number must be in E.164 format (e.g. +2348012345678)",
    "field": "to"
  }
}
See the Errors concept for every type, its HTTP status, and how to fix it.