Authentication
Authenticating in the Crave API is done using an API key. This key is used to authenticate your requests to the API. You can create an API key in the Crave Business Manager.
1
Get your API key 🔑
Go to the Crave Business Manager and create an API key.
2
Add your key to the request headers
Add your API key to the Authorization header in your requests with X-API-Key
. You can test your key with the status endpoint using the playground.
3
You are all set! ✅
You are good to go and can use any of the endpoints in the API. 👷