get https://api.trinsic.id/provider/v1/tenants//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)