Create an Access Token in Magento 2.x

Give fine-grained access to certain parts of your shop, such as the coupon management system.

In this little step-by-step tutorial we will learn how to allow Personal Discount to generate unique coupons in Magento.

1. Navigate to the Integrations panel

2. Click on Add New Integration

3. Enter a name for the integration

4. Open the API section and select Cart Price Rules

This resource will give Personal Discount full control over the coupons of your application.

5. Hover over the Save button and click on Save & Activate

6. Click on Allow button to confirm access to Cart Price Rules

7. Get your token

You will see a screen with 4 fields. The one you need is Access Token. Copy it to clipboard and click on Done.

Last updated