Skip to content
Download OpenAPI description
Languages
Servers
https://api.taskbase.com/
Operations
Operations
Operations
Operations
Operations
Operations

Receive webhook events from integrated services

Request

Security
bearerAuth
Path
tokenstringrequired

Webhook security token

Bodyapplication/jsonrequired

Webhook payload

string
curl -i -X POST \
  'https://api.taskbase.com/webhooks/{token}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json'

Responses

default response

Bodyapplication/json
Response
application/json
null