Skip to main content
GET
/
api
/
webhooks
List webhooks
curl --request GET \
  --url https://app.dacard.ai/api/webhooks \
  --cookie __session=
{
  "webhooks": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "url": "<string>",
      "events": [
        "score.completed"
      ],
      "enabled": true,
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

__session
string
cookie
required

Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.

Response

Webhook list

webhooks
object[]