You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API is designed to stick as closely to the REST guidelines as possible, e.g.:
POST/messagesHTTP/1.1201Created
This example uses the POST method to create a new message resource, and receives a 201 Created status code in response. Check out the rest of the docs for more information.
Error Handling
Every time an error occurrs, the response header will match the appropriate HTTP error code. The body of the response will contain an array of errors.