COLIGO
1 929

Sécurité

Clés d'accès

Authentifiez vos intégrations avec ces clés API.

Production — terminaux entrepôt

Créée le 12/05/2026 · Dernière utilisation : il y a 2 min

clg_live••••••••

Bac à sable — intégration

Créée le 03/07/2026 · Dernière utilisation : hier

clg_test••••••••

Documentation

Exemple cURL
curl -X POST https://api.coligo.io/v1/scans \
  -H "Authorization: Bearer clg_live_•••" \
  -H "Content-Type: application/json" \
  -d '{"tracking":"6A21840397461"}'
Charge utile JSON
{
  "tracking": "6A21840397461",
  "carrier": "colissimo",
  "recipient": "Camille Rousset",
  "address": "18 rue des Tanneurs, bat. C",
  "postalCode": "69007",
  "city": "Lyon",
  "reference": "CMD-88214",
  "weight": "1,4 kg"
}