Error Codes

HTTP Status Codes

The sFOX API communicates error codes through HTTP status codes.

Code
Response
Description

400

Bad Request

Your request was malformed in some way.

401

Unauthorized

Missing or incorrect API key.

403

Forbidden

The API key is not authorized for this endpoint.

404

Not Found

The specified endpoint could not be found.

405

Method Not Allowed

You attempted to access an endpoint with an invalid method.

406

Not Acceptable

You requested a format that isn’t json.

429

Too Many Requests

You have exceeded your request limit and have been rate limited. Rate limiting details here.

500

Internal Server Error

We had a problem with our server. Try again later.

503

Service Unavailable

We are temporarily offline for maintenance. Please try again later.

Last updated