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
Make sure you have an API key. Refer Creating and managing API Keys.
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
Now that you have the API Key and Organization ID, you’re ready to make authorized requests to the Kintsugi API.
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

