API Key (Catalog API-only)
The API key authentication method gives access to the Catalog API and is read-only. You can use it to retrieve information about a Page.
Last updated
Was this helpful?
The API key authentication method gives access to the Catalog API and is read-only. You can use it to retrieve information about a Page.
Last updated
Was this helpful?
Most API actions such as sending Orders, retrieving Subscriptions, adding Identities, or retrieving Abandoned Baskets require the OAuth Bearer Token authentication method.
To get an API key, log-in to your Limio account, go to Profile > Developers > Limio Keys and hit the 'Generate New' button. This will create a new key linked to your Limio environment.
Each Limio account is currently limited to 2 public API keys. If what you are building requires more, please contact support@limio.com.
Now you have an API key, you can start to read data required by your website or application from the Catalog API.
Catalog APIYou will need to use the key in the header with every request to our API. Below is an example fetch to retrieve some offers:
If you wish to delete an existing key, this can be done by selecting the 'Delete' button next to the key you wish to delete in the developer area of the catalog.
Please be aware that this cannot be undone and will require you to update any references to this key that are currently being used with a new API key.