Authentication & Base URL
All API requests must be made to the following base URL and include thex-service-key header for authentication.
- Base URL:
https://operator.opus.com - Authentication Header:
x-service-key: <your_service_key>
Obtaining Your API Key
Thex-service-key is your unique, secret API key for authenticating your requests. Follow these steps to generate one:
Navigate to Organization Settings
In the Opus platform, click the My Organization tab at the top of the screen.
Finding Your Workflow ID
Theworkflow_id is the unique identifier for the specific workflow you want to trigger. This ID is found in the URL of your Opus environment.
You can find this ID in two common places:
- From Workflow Details
- From the Builder
Navigate to the Workflows tab in your Opus application, find your workflow, and click on it. The URL in your browser will show the ID.
For example, in the URL
app.opus.com/app/workflow/B9uGJfZ3CFwOdMKH, the Workflow ID is B9uGJfZ3CFwOdMKH.