Skip to content

Troubleshooting

If you're having an difficulties using the APIs please look through this guide to check for common issues.

Authentication

If you're having problems with authentication please checkout the troubleshooting section on the authentication page

415 Response to POST requests

The 415 HTTP status code is for Unsupported Media Type. If you're receiving this response when trying to POST data to an endpoint then the Content-Type header is probably missing from the request:

POST machines/search HTTP/2
X-SpecCheck-ApiKey:API-xxxxxxxxxxxxxxxxxxxxxxxxxxxx
X-SpecCheck-Timestamp:1651622643
X-SpecCheck-AccessToken:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Content-Type: application/json

{ }