Skip to content

Authenticating with Blackout

Super-admins have the ability to create and manage API keys. To create a new key, head to the admin section on your organisation's dashboard. Look for 'Developer Settings' where you can create or cancel keys. Currently, keys can read and modify without time limits, however once canceled, keys will stop working immediately.

Before deleting an API key, we recommend generating a new one and add it to any ongoing connections. Keep in mind, new keys are visible only once, so it's crucial you store them safely before navigating away.

Authorization tokens
GET /api/v1/users HTTP/1.1
Host: eu.blackout-technologies.com
Accept: application/json
Authorization: Bearer {{api_key}}