Read an organization by license ID
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.
Path parameters
-
The unique identifier for the license.
GET
/me/licenses/{id}/organization
curl \
-X GET https://rest.api.24sevenoffice.com/v1/me/licenses/{id}/organization \
-H "Authorization: string"
Response examples (200)
{
"id": "123e4567-e89b-12d3-a456-426614174004",
"name": "ABC Corporation",
"email": "contact@example.com"
}