/
Errors

Errors

Errors returned - eg. validation issues with information being updated ... are returned with an appropriate HTTP status code, with a standard structure;

Errors with specific fields;

{"error":true,"errors":{"sms_sender_id":["This value is too long. It should have 11 characters or less."]}}

Errors with both a generic form issue (eg. not related to a specific field which was submitted) & specific fields;

{"error":true,"errors":{"#":["Generic form error"], "sms_sender_id":["This value is too long. It should have 11 characters or less."]}}

Authentication issue;

{"error":true,"errors":{"#":"Not logged in"}}

Related content

Message Delivery Status
Message Delivery Status
More like this
View Sent / Recieved Messages
View Sent / Recieved Messages
More like this
SMS Settings
SMS Settings
More like this
Recipients
Recipients
More like this
Multi Factor Authentication (MFA)
Multi Factor Authentication (MFA)
More like this
Messages
Messages
More like this