Check whether your API key is working properly.
curl --request GET \ --url https://api.kombo.dev/v1/check-api-key \ --header 'Authorization: Bearer <token>'
200
example1
{ "status": "success", "data": { "environment_id": "2Uev1YUTqLFdvMPD3Jtrg2FX", "customer_id": "2Uev1YUTqLFdvMPD3Jtrg2FX" }}
Create an API key on the Secrets page in the Kombo dashboard.
GET /check-api-key Positive response
success
Show child attributes
{ "environment_id": "2Uev1YUTqLFdvMPD3Jtrg2FX", "customer_id": "2Uev1YUTqLFdvMPD3Jtrg2FX"}