Authentication

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/...'

Enterprise Partner Authentication

sFOX will provide your enterprise with an “Enterprise Partner” Bearer Token, which will grant your enterprise access to the partner-specific endpoints described in Connect documentation.

Note: all of the REST endpoints described in the Connect documentation require your Enterprise Bearer Token as the Bearer Token for authentication.

To access a specific user’s account, see below.

User Authentication

To access specific users’ accounts on sFOX via any of the endpoints documented here, your enterprise will use that user’s Bearer Token provided by the endpoints described in the next section.

Last updated