API Endpoint
Call your AirOps Workflows via endpoints
Last updated
Call your AirOps Workflows via endpoints
Last updated
Start here for a broad understanding of what our API offers. For in-depth technical specifics, proceed to our API Reference.
After you publish endpoints allow you to call your Workflow with the required input parameters and receive a response.
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!