Quick Start

Get API credentials

Here's a step-by-step guide on how to generate API credentials from a user panel:

1

Login to your account

2

Subscribe for API Service

If you have already subscribed for the API service, skip this step.

  • Navigate to Subscriptions> Jewellery Add-on Subscriptions

  • Subscribe for the service and do the needful.

3

Generate API Credentials

Once you have subscribed for API service you can generate an API credentials from our portal.

  • Navigate to API Credentials in profile menu.

  • Click on Create Tokento generate a new API token.

  • It will generate a pair api_keyand access_token,

  • Download credentials and preserve it at a secure place

That's it!. You have successfully created the API credentials required for making API requests.

Send API Request

To ensure secure API access, every request must include an Authorization header with the following format:

Authorization: Bearer <access_token>

Replace access_token with the actual token obtained through the previous step. This token serves as proof of identity and authorization, allowing the API to verify the request and grant access to protected resources.

Last updated