Versions Compared

Key

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

...

Create Webhook Configuration

Get access token

Information on how to get the access token is provided in the pageĀ API Authorization.

Request

Code Block
languagebash
titleCurl
curl -X POST 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>' \
-d '<add_webhook_object>'

...