Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Token permissions

Note that the actions you can perform when you authorize your API access using a token are the ones you can perform according to your role permissions in Devo.

You can see the role permissions you need for each request type in Working with the Activeboards API.

...

The generated token will appear in the same area, in the table below. Learn more about tokens in Devo in Authentication tokens.

Header example

The following is an Activeboards API request in cURL language authorized with the corresponding header:

Code Block
curl -H "standAloneToken:YOUR_TOKEN" -X GET "https://api-us.devo.com/activeboards/v2/activeboards"