Document toolboxDocument toolbox

Activeboards API

[ 1 Overview ] [ 2 Base URLs ] [ 3 Test the API ]

Overview

The Devo Activeboards API can be used to work with Activeboards and scheduled reports easily, without the need of logging in to your Devo domain. You can use it to create new Activeboards and scheduled reports, check their statuses, update and list them, etc.

Base URLs

To perform a request with the Devo Activeboards API, you must choose the base URL according to your Devo domain's region:

Region

Base URL

Region

Base URL

USA

https://api-us.devo.com/activeboards/v2

EU

https://api-eu.devo.com/activeboards/v2

CA

https://api-ca.devo.com/activeboards/v2

Asia-Pacific (APAC)

https://api-apac.devo.com/activeboards/v2

Add the corresponding paths to your base URL to perform the operation you need, such as creating a new Activeboard, modifying it, or deleting it. Check all the available operations and how to perform them in the following sections.

Test the API

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 Activeboards API requests. Learn how to generate it in this article.

Region

Swagger UI documentation

Region

Swagger UI documentation

USA

https://api-us.devo.com/activeboards/#/

EU

https://api-eu.devo.com/activeboards/#/

CA

https://api-ca.devo.com/activeboards/#/

Asia-Pacific (APAC)

https://api-apac.devo.com/activeboards/#/