cURL
curl --request GET \ --url https://platform.crescendo.ai/api/v1/provisioning/tenants/{tenantId} \ --header 'Authorization: Bearer <token>'
{}
Reads a single tenant-scoped provisioning document.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant identifier.
Provisioning document
Arbitrary JSON object representing the provisioning resource.