Untitled

Test Api Route

Test that you can connect well to the API

<https://app.clovis.app/api/rest/public/v1/test>

Authentication for routes

First generate an API token inside your company profile

Untitled

Important: when you re-generate the Token, the past token will be outdated and not working, so be careful with re-generating feature.

Use this token inside the other requests as Bearer Token:

Dates sur les tâches Souhaiterais intégration - d’une autre solution - transfert.

Get your company projects

GET <https://app.clovis.app/api/rest/public/v1/projects>

// Data returned

{
  projects: [
     // datas of projects
  ]
}

Run this route, using your Auth Token as Bearer Token.

Postman example:

Postman run example

Postman run example

Projects