Issuing an API Key
Issue/revoke keys at admin.datari.kr → Settings → API Keys. See the API key guide for the full flow.Authentication failure response
If the key is missing or invalid, 401 Unauthorized is returned.Tenant identification
A tenant is identified by API Key only. A key issued at the organization level is automatically linked to that organization’s tenant.OAuth 2.0
When you need organization-level permission management or SSO integration, use the OAuth 2.0 Authorization Code or Client Credentials flow.OAuth client registration is currently in beta and can be requested at
admin.datari.kr. After issuance, pass the access token the same way in the
Authorization: Bearer ... header.