cURL
curl --request GET \ --url https://app.apigene.ai/api/tenant/info \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Returns metadata about the tenant including tier and members, using the license_token for lookup.
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Successful Response