Get the tenant-level OAuth Client ID Metadata Document (CIMD) configuration. A missing configuration resolves to the disabled state.
GET
/api/configs/cimd
curl \
--request GET 'https://[tenant_id].logto.app/api/configs/cimd' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"enabled": true
}