put https://api.trinsic.id/credentials/v1/webhooks//enable
Enable a registered webhook for 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.
await _credentialsClient.EnableWebhookAsync(webhookId);
await credentialsClient.enableWebhook(webhookId);
credentials_client.enable_webhook(webhook_id)
credentials_client.enable_webhook(webhook_id)