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