API Endpoint

Call your AirOps Workflows via endpoints

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.

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