This article explains how to generate tokens for the 1st time while getting started with Xoxoday APIs.
All requests to the Xoxoday must be authenticated.
Xoxoday uses bearer authentication, where each request must include an HTTP header that includes your Client ID, Secret ID, and Access Token. The following guide explains how to generate your client ID, secret ID, and access tokens from the admin portal.
Generating Client ID & Secret Key
Step 1: Log in to your Xoxoday Account
Step 2: Generate Client ID
In the next step, Click the "Settings" tab from the header and select "API" on the left panel. And select 'Storefront Integration' tab as seen below 👇
Click on the "Generate ID" button. A pop-up will appear asking to confirm.
You will now be able to find Client ID and Secret ID on the dashboard as shown above.
Step 3: Generating Access & Refresh token
Now you have the client id and secret key, you can generate both the access and refresh token by clicking on the "Generate Token" button.
Copy the token and manage them programmatically.