GET/webhooksList all webhooksLists all webhooks set by your account/webhooksSendAuthorization*stringThe Authorization access tokenAuthorizationx-api-key<token>In: headercURLJavaScriptGoPythoncurl -X GET "https://transcript.lol/api/v1/webhooks" \ -H "Authorization: <token>"200400401403404WebhooksResponse[ { "event": "TRANSCRIPT_CREATED", "workspaceId": "string", "createdById": "string", "url": "string" } ]TypeScriptPreviousWebhookNextRegister webhookpost