Authentication

sFOX uses API keys to grant access. You can generate a new sFOX API key in the developer portal.

The API key should be included in all API requests to the server in the Authorization header as a Bearer token:

curl -H 'Authorization: Bearer <API_TOKEN>' 'https://api.sfox.com/v1/...'

Last updated