Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.tirdad.ai/v1/tenants/{id} \ --header 'x-api-key: <api-key>'
{ "billing_details": { "address": { "address_city": "<string>", "address_country": "<string>", "address_line1": "<string>", "address_line2": "<string>", "address_postal_code": "<string>", "address_state": "<string>" }, "email": "<string>", "help_email": "<string>", "phone": "<string>" }, "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "metadata": {}, "name": "<string>", "status": "<string>", "updated_at": "2023-11-07T05:31:56Z" }
Get tenant by ID
Enter your API key in the format x-api-key <api-key>*
Tenant ID
Tenant details
Show child attributes