v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
organisation

retrieve an organization

retrieve an organization

get/organisations/{orgId}

Path parameters

orgIdstring uuid required

Response

organization retrieved successfully

statusstring
status_codeinteger
messagestring

Example response

{
  "status": "success",
  "status_code": 200,
  "message": "organization retrieved successfully",
  "data": {
    "organisation_id": "01910544-d1e1-7ada-bdac-c761e527ec91",
    "name": "daveOrg",
    "description": "something something",
    "email": "org@gmail.com",
    "state": "lagos",
    "industry": "tech",
    "type": "sometype",
    "address": "somewhere somewhere",
    "created_at": "2024-07-30T21:11:21.9538358+01:00",
    "updated_at": "2024-07-30T21:11:21.9538358+01:00"
  }
}