Important: Kintsugi uses API key authentication via headers, not bearer token authentication. You must include both the API key and organization ID in request headers.
Prerequisite
1
Make sure you have an API key. Refer Creating and managing API Keys.
2
Make sure you have your organization ID. You can find your Organization ID in the lower left-hand corner after logging into the Kintsugi Platform.
Making Requests
1
Now that you have the API Key and Organization ID, you’re ready to make authorized requests to the Kintsugi API.
2
API Key Header: Set your API key in the header with the key 
x-api-key (lowercase with hyphens):
3
Organization ID Header: For most requests, you also need to set the organization ID in the header with the key 
x-organization-id (lowercase with hyphens):
Authentication Format
Kintsugi API uses header-based API key authentication, not bearer token authentication. Every request requires:x-api-keyheader with your API keyx-organization-idheader with your organization ID