organisation
retrieve an organization
retrieve an organization
get/organisations/{orgId}
Path parameters
orgIdstring uuid required
Response
organization retrieved successfully
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"
}
}