If there are any errors in your call then the “Response Body” will show and error message and a related message about what went wrong.  Our response statuses follow the standard HTTP status codes and usually mean the following:

2xx - OK -  Responses in this range indicate a successful call.
401 - Unauthorized - Your Session Key is not valid or has expired.
403 - Forbidden - Your Session is valid, but you do not have access to this resource.
404 - Not Found - The endpoint does not exist.
422 - Unprocessable Entity - Required parameter is missing or parameters are invalid.
5xx - Internal server error - Errors in this range indicate an error within Siteglide’s API.

Related Articles