Authentication
A valid API key is required to use the Outstand API. In this section, you can find information on how to obtain an API key as well as how to use it.
Authentication Methods
We currently support only one authentication method: API key.
Obtaining an API Key
To obtain an API key, you can go to the Outstand website and click on the "Get API Key" button.
The generated API key is unique for your user account, even if more members belong to your organization.
Be ready to copy the API key to a secure location, as you won't be able to see it again after generating it.
Using an API Key
To use an API key, you can pass it in the Authorization
header of your requests.
Authorization: Bearer <api_key>