Before making calls to the Omneo API, you need an authentication token. Omneo supports OAuth 2.0 password credentials and pre-generated bearer tokens.Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
For all integration tokens, create a dedicated Machine User named after the system being integrated (e.g.,
shopify-integration@brand.com). All tokens for that system should be created under that account. You can safely update the Machine User’s password in CX Manager without needing to regenerate tokens.Method 1: OAuth 2.0
You need the following credentials (provided by your Omneo Administrator):| Item | Description |
|---|---|
| Username | Your Omneo user email |
| Password | Your Omneo user password |
| Client ID | Your OAuth client ID |
| Client Secret | Your OAuth client secret |
| Scope | * for all scopes, or specific scope names |
Method 2: Bearer token from CX Manager
Administrators can generate pre-configured bearer tokens in CX Manager:- Navigate to Settings → API Tokens → Add Token
- Select the required scopes
- Click Add Token — copy the token immediately (it cannot be viewed again)
Method 3: Shopify authentication
For Shopify storefront integrations, authenticate using the Shopify customer ID and an HMAC signature:Method 4: Proxy authentication
For SFCC and other proxy-based integrations, direct authentication requests through the configured proxy:Your Omneo API base URL
Your API base URL is unique to your tenant:https://[tenant].manager.getomneo.com