REST API
Regios Discounts provides a REST API for managing discounts and redeem codes. This allows you to integrate our app into more complex, ad-hoc workflows.
Use Cases
- Importing discounts in bulk from other sources
- Automatically creating new redeem codes for a discount in response to triggers (e.g. unique codes for email subscribers)
How to Create an API Key

- Click "Settings" in the app navigation.
- Scroll down to "REST API," and click "Manage API keys."
- Click "Create API key."
- You will be shown the public and secret key for the new key. Copy and store the secret key; you will not be able to access it again.
How to Use the API
The API is hosted at https://automatic-discounts.regiostech.com/api/v1 . You must use HTTP Basic Auth - provide your public key as the username and your secret key as the password.
Accessing API Docs

We provide interactive Swagger API docs at https://automatic-discounts.regiostech.com/api/v1/docs. These docs allow you:
- Read detailed information about every endpoint
- View example usage
- Interactively test out endpoints for faster prototyping
Your Feedback Matters
Your review helps keep this small business running. Please leave one on the Shopify App Store.
Updated on: 20/04/2026
Thank you!