GET
/
v1
/
organizations
/
{id}
curl --request GET \
  --url https://platform.thena.ai/v1/organizations/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-org-id: <api-key>'
{
  "id": "<string>",
  "orgId": "<string>",
  "name": "<string>",
  "isActive": true,
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "logoUrl": "<string>",
  "isVerified": true
}

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Path Parameters

id
string
required

Response

200
application/json
Operation successful
id
string
required

The unique identifier of the organization

orgId
string
required

The unique identifier of the organization

name
string
required

The name of the organization

isActive
boolean
required

Whether the organization is active

createdAt
string
required

The created at date of the organization

updatedAt
string
required

The updated at date of the organization

logoUrl
string
required

The logo URL of the organization

isVerified
boolean
required

Whether the organization is verified