REST API
Search
⌃K

Authentication

When using the API endpoints, you will need to provide an authorization in the header.
In order to send requests to the Outshifter API, you need to be authenticated and supply a token for all requests. Every user on the Outshifter platform has an authorisation token or API Key.
Your API requests will not work unless you include the API token. Make sure you add the API token to the request in the headers as an authorisation key. See example below.

Example

Example Outshifter API Key: RPMEQ4W-BXA44VW-Q6TVA8X-K12RVGJ
headers: {
authorization: "RPMEQ4W-BXA44VW-Q6TVA8X-K12RVGJ"
}