Aggregation task API
Overview
The Aggregation task API can be used to work easily with aggregation tasks, without the need to log in to your Devo domain. You can use it to create new aggregation tasks, check their statuses, update and list them, and so on.
Base URLs
To perform a request with the Devo Aggregation task API, you must choose the base URL according to your Devo domain's region:
Region | Base URL |
---|---|
USA |
|
EU |
|
CA |
|
Asia-Pacific (APAC) |
|
Add the corresponding paths to your base URL to perform the operation you need, such as creating a new aggregation task, modifying it, or deleting it. Check all the available operations and how to perform them in the following sections.
Swagger docs
Check the following Swagger UI pages to visualize and interact with this API. Select the proper one according to your region and start trying the API.
Authorize you API requests
Note that you need a valid Devo token to authorize your Aggregation task API requests. Learn how to generate it Authorizing aggregation task API requests.
Region | Swagger UI documentation |
---|---|
USA | |
EU | |
CA | |
Asia-Pacific (APAC) |
Postman collection
Download the following sample collection and environment and import them to Postman to generate request for all of the Aggregation task API endpoints.
After importing the collection and environment, select your required request and enter the URL corresponding to your Devo domain. Then, authorize your request by entering your Devo token in Authorization → Auth Type → Bearer Token.
Postman collection: