Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Response & Error Codes
Sample API uses standard HTTP status code to indicate success or failure of an API Request. In general API status would indicate success or failure status.
apiStatus | "success" or "failure" |
msg | A detailed error message describing what went wrong |
Status Code Summary
200 | Everything Worked As Expected |
400 | Bad Request |
403 | Invalid Access Token |
404 | Resources Not Found |
500 | Something Went Wrong On PureSpectrum |