# Get organization scope **GET /api/organization-scopes/{id}** Get organization scope details by ID. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the organization scope. ## Responses ### 200: The organization scope data for the given ID. #### Body Parameters: application/json (object) - **tenantId** (string) - **id** (string) - **name** (string) - **description** (string | null) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)