Skip to main content
The Operata API uses HTTP Basic authentication (RFC 7617). Every request carries your Operata Group ID as the username and an API token as the password, encoded in the Authorization header.

Credentials

1

Find your Group ID (username)

Your Operata Group ID is the UUID in the URL when you’re logged in to Operata.For example, if your URL is https://app.operata.io/a28453f9-abab-cdcd-efef-84d9e67ac297/dashboard, your Group ID is a28453f9-abab-cdcd-efef-84d9e67ac297.
2

Generate an API token (password)

Log in to the Operata console and go to Settings → Config → API to create a token. Treat tokens like passwords — store them securely and never commit them to version control.
3

Send the credentials in the Authorization header

Pass your Group ID and token using HTTP Basic auth. Most HTTP clients encode and attach the header automatically.

Example request

See the Operata Help Centre article on API tokens for guidance on creating, viewing, changing, and revoking tokens.
Keep tokens secret. Store API tokens in environment variables or a secrets manager. Rotate them regularly in line with your organization’s security policy.