API DocumentationSystem

Get Org Info

Returns information about the authenticated organization. This endpoint can be used to verify authentication status.

GET
/v1/system/check-org
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://api.voxxi.ai/v1/system/check-org"
{
  "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
  "name": "string"
}