Minis Admin API
The Shop Minis Admin API is a GraphQL API that allows you to manage your Mini from a backend application. It includes mutations for enabling/disabling your Mini, verifying user requests, and more.
Anchor to AuthenticationAuthentication
Shop Minis Admin API requests are authenticated using an API key. Your API key will be generated when you first run the setup command. You can find it in your project's .env file.
Anchor to Rate limitingRate limiting
The Shop Minis Admin API is rate limited. Requests that are subject to throttling will have a response status code of 429 and include a top-level error with the code TOO_MANY_REQUESTS.
Was this page helpful?