Omnia docs

Authentication

Authenticate by including your API key in every request. You can generate and manage keys from the API access page.

Include the key in the Authorization header:

curl https://app.useomnia.com/api/v1/brands \\
-H "Authorization: Bearer ot_your-token-here"

Important

Treat your API keys like passwords. Never commit them to version control or expose them in frontend code. If a key leaks, revoke it immediately from your API access page.