Skip to content

Authentication

The StrawBlond API uses personal API keys to authenticate incoming requests. You can view and manage your API keys in the User Settings. Your API keys carry the same permissions as your regular user account, so be sure to keep them secure!

To authenticate API calls, you always need to set a Authorization header with your API key as a Bearer token:

Authorization: Bearer [YOUR-API-KEY]

Important

An API key acts as your user in a specific organization. You cannot access multiple organizations with a single key.