Documentation API
API publique Izytop
Intégrez le catalogue, créez des commandes et suivez leur statut via une clé API personnelle. Cette page est publique; la génération des clés reste dans l’espace client.
Accès API
Base URL :
https://izytop.com/api/v1
OpenAPI JSON :
Endpoints disponibles
GET https://izytop.com/api/v1/healthGET https://izytop.com/api/v1/openapi.jsonGET https://izytop.com/api/v1/meGET https://izytop.com/api/v1/catalog/productsGET https://izytop.com/api/v1/catalog/orders(filtres + tri)POST https://izytop.com/api/v1/catalog/ordersGET https://izytop.com/api/v1/catalog/orders/{order}
Exemple rapide
curl -s "https://izytop.com/api/v1/catalog/orders?status=fulfilled&sort=created_at&direction=desc" \ -H "Authorization: Bearer VOTRE_CLE_IZYTOP"