API Documentation

    Complete guide for integrating with IziStore APIs

    Getting Started
    Start using the IziStore API in minutes

    1. Generate an API Key

    Go to Settings → API Keys and create a new key with the permissions you need.

    Important: Copy your API key immediately - it won't be shown again!

    2. Make Your First Request

    curl -X GET "/api/v1/stores" \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json"

    3. Handle the Response

    {
      "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.

    Contact SupportTechnical Docs