Test that you can connect well to the API
<https://app.clovis.app/api/rest/public/v1/test>
First generate an API token inside your company profile
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 <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