Skip to main content
The Stigg REST API provides a RESTful interface for integrating with Stigg’s pricing and entitlement platform.
The REST API is currently in Alpha. For production use, we recommend using the GraphQL API.

Authentication

All API requests require authentication using an API key passed in the X-API-KEY header:
curl -X GET "https://api.stigg.io/api/v1/customers/{id}" \
  -H "X-API-KEY: your-api-key"

Base URL

https://api.stigg.io/api/v1

API Reference

REST API Reference

Explore the full REST API documentation with interactive examples