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://apigw.ipxo.com/billing/v1/{tenantUUID} \ --header 'Authorization: Bearer <token>'
{ "uuid": "string", "title": "string", "email": "string", "business_since": "string", "company_size": "string", "address1": "string", "address2": "string", "city": "string", "postcode": "string", "country": "string", "state": "string", "status": "string", "abuse_email": "string", "created_at": 0, "options": [ { "key": "string", "value": {} } ], "meta": [ { "key": "string", "value": "string" } ], "industry": { "uuid": "string", "name": 0 }, "credit": { "uuid": "string", "amount": 0, "auto_payment": true }, "summary": "string", "logo": { "image": "string" }, "payment_gateways": [ "string" ], "flags": [ { "uuid": "string", "slug": "string" } ], "status_reason": { "uuid": "string", "slug": "string", "title": "string" }, "vat_number": "string", "vat_validated_at": "string", "vat_validation_status": "valid" }
Get Single Tenant information
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UUID
^[a-zA-Z0-9]{8}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{12}$
Tenant
Show child attributes
valid
invalid
failed