Store
Read the profile of the authenticated store. Any valid API key can hit this endpoint โ no specific scope required.
Get store
GET/api/v1/store
curlcurl https://axisel.com/api/v1/store \ -H "Authorization: Bearer sk_live_..."
json{ "data": { "id": "67d8...", "name": "examplestore", "displayName": "Example Store", "email": "owner@example.com", "currency": "USD", "timezone": "Asia/Beirut", "country": "Lebanon", "status": "active", "createdAt": "2025-11-12T08:30:00.000Z" } }