Transcript LOL API
GET
/webhooks

List all webhooks

Lists all webhooks set by your account

/webhooks

The Authorization access token

Authorization

x-api-key<token>

In: header

curl -X GET "https://transcript.lol/api/v1/webhooks" \
  -H "Authorization: <token>"

Webhooks

[
  {
    "event": "TRANSCRIPT_CREATED",
    "workspaceId": "string",
    "createdById": "string",
    "url": "string"
  }
]