get https://api.trinsic.id/credentials/v1/webhooks
List all webhooks registered with the authenticated organization.
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.
IList<WebhookContract> webhooks = await _credentialsClient.ListWebhooksAsync();
let webhooks = await credentialsClient.listWebhooks();
webhooks = credentials_client.list_webhooks()
webhooks = credentials_client.list_webhooks