Orbital API Errors

400 Invalid Request

The Orbital service will inform you if your request was not valid by responding with 400 Invalid Request.

401 Unauthorized
Content-Type: application/json

{"error":"query interval must be at least 300 seconds"}

401 Unauthorized

The Orbital service will inform you if your client’s credentials were not recognized by responding with 401 Unauthorized.

401 Unauthorized
Content-Type: application/json

{"error":"authentication required"}

Return to Table of Contents