Run via API
Call your AirOps Workflows via endpoints
After publishing your workflow, you can call it through our API endpoints using your required input parameters to receive a response. For a broad overview of our API capabilities, check out our API Reference for detailed technical specifications.
Authentication
All endpoints require authentication using a Bearer token. To authenticate, include an Authorization header in your request with the value Bearer YOUR_API_KEY. You can find your API key in your Workspace Settings:

Finding Your Workflow ID
In addition to your API Token, you will also need your Workflow ID to ensure your API calls are reaching the correct endpoint. The Workflow ID is the number found in the app's URL. For instance, in the URL:
https://app.airops.com/{your_workspace}/apps/123
The Workflow ID is:
123
Additionally, you can can reference the "Rest API" tab for the Workflow shown further below.
Endpoints
To find the additional parameters and endpoints available for your Workflow, you can navigate to the "REST API" tab underneath the "Integrate" section of your Workflow:
Ready to make your first request? Check out API Reference docs for further details!
Last updated
Was this helpful?