Tenants
Get tenant by ID
Customers
Invoices
Wallets
Entitlements
Environments
Events
Features
Payments
Integrations
Subscriptions
Tenants
Users
Tenants
Get tenant by ID
Get tenant by ID
GET
/
tenants
/
{id}
curl --request GET \
--url https://api.cloud.flexprice.io/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": "<string>",
"id": "<string>",
"name": "<string>",
"status": "<string>",
"updated_at": "<string>"
}
Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Tenant ID
Response
200
application/json
OK
Maximum length:
100
Maximum length:
255
Maximum length:
255
Maximum length:
20
Maximum length:
100
curl --request GET \
--url https://api.cloud.flexprice.io/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": "<string>",
"id": "<string>",
"name": "<string>",
"status": "<string>",
"updated_at": "<string>"
}