# Get ID token claims configuration **GET /api/configs/id-token** Get the ID token extended claims configuration for the tenant. This configuration controls which extended claims (e.g., `custom_data`, `identities`, `roles`, `organizations`, `organization_roles`) are included in ID tokens. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ## Responses ### 200 The ID token claims configuration. #### Body: application/json (object) - **enabledExtendedClaims** (array[string]) ### 401 Unauthorized ### 403 Forbidden ### 404 Configuration not found. [Powered by Bump.sh](https://bump.sh)