Skip to main content
GET
/
v1.0
/
org
Get Organization
curl --request GET \
  --url https://api.lofty.com/v1.0/org \
  --header 'Authorization: <authorization>'
{
  "orgType": 123,
  "enterpriseInfo": {
    "groupId": 123,
    "groupName": "<string>",
    "profileId": 123,
    "profileName": "<string>",
    "visibleOrgInfoList": [
      {
        "groupId": 123,
        "groupName": "<string>",
        "parentId": 123
      }
    ]
  },
  "multiTeamInfo": {
    "multiTeamId": 123,
    "multiTeamName": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.lofty.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Bearer [access_token]

Response

Organization info for the caller.

orgType
integer<int64>

Organization type

enterpriseInfo
object

If the client is on the "Enterprise Package," the enterprise organization structure will be returned. Refer to "EnterpriseInfo."

multiTeamInfo
object

If the client is on the "Multi-Team Package," the Multi-Team info will be returned.