Responses

less than 1 minute read

The ServiceChannel API uses JSON as the default response data format and returns standard HTTP status codes to indicate success or error.

Output Formats

Our API returns data in JSON format by default, so there is no need to include the Accept header.

Tip: JSON is the default format for both requests and responses. However, our recommendation is to always include the Content-Type header in all POST and PUT requests.

Response Codes

We return common HTTP status codes and, in some cases, in-body error codes and messages.

See Response Codes for more information.

Updated: