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.