Complete guide for integrating with IziStore APIs
Go to Settings → API Keys and create a new key with the permissions you need.
curl -X GET "/api/v1/stores" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
{
"success": true,
"data": [
{
"id": "uuid",
"name": "My Store",
"slug": "my-store",
"is_active": true
}
]
}Need help? Contact our support team or check the full technical documentation.