Skip to main content
GET
/
api
/
tenant
/
info
Get Tenant Info
curl --request GET \
  --url https://app.apigene.ai/api/tenant/info \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Query Parameters

license_token
string
required

Response

Successful Response