Get Organisation
Read a single organisation's detail.
Authorization: caller must be a member (any role).
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
org_id*Org Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "slug": "string", "name": "string", "description": "string", "avatar_url": "string", "is_personal": false, "created_at": "2019-08-24T14:15:22Z", "member_count": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}