ReferenceStore

Retrieve the store

Required scopestore:readThe API key must hold this scope, otherwise Kivoo answers 403 insufficient_scope.
GET/v1/store

The store the API key belongs to. A key opens one store, and that one only.

Authorization

apiKey
AuthorizationBearer <token>

Clé API de la boutique, kv_live_…

In: header

Response Body

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"}