Retour à la documentation API
Guide d'Intégration API
Intégrez ZENNOVA à vos applications existantes
Étapes d'intégration
Authentification
Obtenez vos clés d'API dans les paramètres de votre compte
Intégration
Utilisez notre SDK ou les appels API directs
Test
Testez vos intégrations dans l'environnement sandbox
Exemples d'utilisation
POST
/api/v1/auth/tokenObtenir un token d'authentification
curl -X POST https://api.zennova.ca/v1/auth/token \
-H "Content-Type: application/json" \
-d '{"clientId": "YOUR_CLIENT_ID", "clientSecret": "YOUR_CLIENT_SECRET"}'GET
/api/v1/projectsLister tous les projets
curl https://api.zennova.ca/v1/projects \
-H "Authorization: Bearer YOUR_TOKEN"POST
/api/v1/projectsCréer un nouveau projet
curl -X POST https://api.zennova.ca/v1/projects \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name": "Nouveau Projet", "client": "ID_CLIENT"}'Prêt à commencer ?
Créez votre compte développeur et commencez l'intégration