# Read an organization by license ID **GET /me/licenses/{id}/organization** Read a summary of the organization connected to a license identified by its unique license ID. This summary provides more information than just the organization name, and is useful for looking up details about all connected licenses without authorization from other organizations with login hints. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ### Path parameters - **id** (string(uuid)) The unique identifier for the license. ## Responses ### 200 Success #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body: application/json (object) - **id** (string(uuid)) The unique identifier for the organization. - **name** (string) The name of the organization. - **email** (string) The email address of the organization. [Powered by Bump.sh](https://bump.sh)