get https://api.trinsic.id/provider/v1/health
Check the health of the API.
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.
var health = await _providerClient.HealthAsync();
let health = await providerClient.health();
health = provider_client.health()
health = provider_client.health