Skip to main content
POST
/
api
/
integrations
/
jira
/
webhook
Receive Jira Webhook
curl --request POST \
  --url https://api.example.com/api/integrations/jira/webhook \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Cookies

antidote_session
string | null

Response

Successful Response

The response is of type Response Receive Jira Webhook Api Integrations Jira Webhook Post · object.