I'm in the process of upgrading from integrating using Clickatell's deprecated API (version 1) to the currently support API as described in their api documentation.
In my old integration, I relied on HTTP status codes (described here) to handle different success and failure scenarios but I can't find any equivalent reference on the new documentation.
Have Clickatell changed to using errorCode
s and errorDescription
s within the response bodies in place of the HTTP codes of the old API? Do all responses to requests made to the new API have 202 Accepted
status codes?