Skip to content

Authentication

All POST requests require an API key.

Header Format

Authorization: Bearer {your_jwt_token}

Tokens are JSON Web Tokens (JWT) hashed using scrypt.

All requests are logged and subject to audit.