Before your application can communicate with the API you will need to create a new API key. The API handles authentication using a signed JSON Web Token (JWT) which is passed in an HTTP header.Documentation Index
Fetch the complete documentation index at: https://gr4vy.radial-commerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Create a new API key
To use the API you will need to generate a new API key. Head over to your dashboard and visit the Integrations page.
Learn more about API keys and JWTs in our
in-depth guide on authentication.
Summary
In this step you:- Learned about API authentication.
- Created a new API key for use with the API.
- Stored this API key in a secure place where your application can access it.