Authentication

The Consumption API uses Bearer Token authentication. Include your API key in the Authorization header of every request.

Header
Description

Authorization

Bearer token in format: Bearer YOUR_API_KEY

Example Request Header:

Authorization: Bearer sk_live_abc123...
Content-Type: application/json
circle-info

You can generate API keys from your Grid Dashboardarrow-up-right. Keep your API keys secure and never expose them in client-side code.

Last updated

Was this helpful?