SkillHub
Referenceorgs

List your organizations

GET
/orgs

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/orgs"
{  "items": [    {      "org": {        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",        "handle": "string",        "displayName": "string",        "avatarUrl": "string",        "createdAt": "2019-08-24T14:15:22Z",        "viewerRole": "owner"      },      "role": "owner"    }  ]}