Retrieve the store
Portée requise
store:readLa clé API doit porter cette portée, sinon Kivoo répond 403 insufficient_scope.GET
/v1/storeThe store the API key belongs to. A key opens one store, and that one only.
Autorisation
apiKey AuthorizationBearer <clé API>
Clé API de la boutique, kv_live_…
Dans: header
Corps de la réponse
application/json
application/json
application/json
application/json
curl -X GET "https://api.kivoo.africa/v1/store" \ -H "Authorization: Bearer kv_live_EXAMPLE0000000000000000000000000000000000"{ "id": "6f1c2d3e-4b5a-4c6d-8e9f-0a1b2c3d4e5f", "name": "Atelier Nour", "slug": "atelier-nour", "url": "https://atelier-nour.kivoo.store", "description": "Guides et ateliers de couture.", "currency": "XAF", "country": "CM", "supportEmail": "contact@atelier-nour.cm", "phone": "+237655000000", "whatsappPhone": "+237655000000", "socialLinks": { "instagram": "https://instagram.com/atelier.nour" }, "status": "open", "createdAt": "2026-03-01T09:30:00.000Z"}