Run via API
Call your AirOps Workflows via endpoints
Last updated
Was this helpful?
Call your AirOps Workflows via endpoints
Last updated
Was this helpful?
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 for detailed technical specifications.
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:
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:
The Workflow ID is:
Additionally, you can can reference the "Rest API" tab for the Workflow shown further below.
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!