v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01421779.8 KB
Organisation

Returns info about specified organisation

get/organisation/slug/{slug}

Path parameters

slugstring required

Organisation slug

Response

OK

idinteger
slugstring
namestring
logostring
created_atstring

Example response

{
  "id": 6996987893965263000,
  "slug": "devsoc-unsw",
  "name": "UNSW Software Development Society",
  "logo": "76718252-2a13-4de2-bc07-f977c75dc52b",
  "created_at": "2024-02-10T18:25:43.511Z"
}