API version 2.0
HTTP Responses
1min
each api call returns an http status code that reflects the nature of the response we have done our best to follow the http status code https //en wikipedia org/wiki/list of http status codes conventions any request that did not succeed will return a 4xx or 5xx error the 4xx range means there was a problem with the request, like a missing parameter the 5xx range means that something went wrong on our end salesmachine api returns the following codes code meaning 200 ok – request succeeded 201 created – a resource was created 400 bad request – incorrect or missing api key 401 unauthorized – your api key is wrong 404 not found – the specified url could not be found 405 method not allowed – you tried to access our api with an invalid method 406 not acceptable – you requested a format that isn’t json 429 too many requests – you’re sending too many requests! slow down, or if you have a high traffic webapp, contact us ) 500 internal server error – we had a problem with our server try again later 503 service unavailable – we’re temporarily offline for maintenance please try again later