Errors

Voxity uses conventional HTTP response codes to indicate the success or failure of an API request. Some errors that could be handled programmatically include an error code (see below) that briefly explains the error reported.

Errors Codes

MISSING_AUTHORIZATION_HEADER Missing or malformed Authorization header.

AGENT_PHONE_NUMBER_NOT_FOUND The agent does not have a phone number configured.

CUSTOMER_PHONE_NUMBER_NOT_FOUND The customer does not have a phone number configured.

INVALID_WEBHOOK The webhook endpoint must be a valid URL and must include at least one event.

INVALID_RESPONDER_INPUT The provided data does not match the expected JSON input schema.

Last updated