Get tenant keys

Get the authorization keys for a tenant in the current authorization context.

Service Clients (SDKs)

This endpoint can be accessed using one of our service clients as follows.

For more information on how to use our service clients, see our Service Clients (SDKs) guide.

TenantKeysContract keys = await _providerClient.GetTenantKeysAsync(tenantId);
let keys = await providerClient.getTenantKeys(tenantId);
keys = provider_client.get_tenant_keys(tenant_id)
keys = provider_client.get_tenant_keys(tenant_id)
Language
Authorization
Header
Click Try It! to start a request and see the response here!