EaserixDocs
DevelopersAPI referenceAuth & accountsOrgs

Org profile

Any member. Org plus member_count and team_count (no tools).

View as Markdown
GET
/v1/orgs/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/orgs/string"
{  "org": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "slug": "string",    "name": "string",    "kind": "string",    "avatar_url": "string",    "role": "string",    "permissions": [      "string"    ],    "member_count": 0,    "team_count": 0  }}