Admin API
Our Admin API can be used in the backend to manage the membership of your customers. It's a GraphQL API.
Envrionments
Envrionment | URL |
---|---|
Dev/QA | https://api-sandbox.bigshoptoken.com/public/graphql/ |
Prod | https://api.bigshoptoken.com/public/graphql/ |
Authentication
To authenticate a request pass a valid JWT token in the Authorization header with the Bearer scheme.
Authorization: Bearer <JWT>
Contact us to get your api key and secret.