Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

For sending this request, you have to be authorized. See the Authorization page for more details.

Use this request to list all your active webhook configurations.

Request

Code Block
languagebash
curl -X GET https://rest.doo.net/v1/team/<team_id>/webhooks \
-H 'Content-Type: application/json' \
-H 'x-api-key: <api_key>' \
-H 'Authorization: Bearer <access_token>'

...