organizations

get/organizations/{id}

Path parameters

idinteger required

organization id

Response

organization

idinteger
namestring
logostring
created_atstring date-time

Example response

{
  "id": 1,
  "name": "VerifyWise Corp",
  "logo": "logo.png",
  "created_at": "2024-01-01T00:00:00.000Z"
}

Changes