Skip to main content

Post Webhooks

POST /v2/webhooks/{sourceId}/public

Parameters

  • sourceId (string, path, required): The ID of the source.

Request Body

  • Media Type: application/json

Example Value

{
"additionalProp1": {},
"additionalProp2": {},
"additionalProp3": {}
}

Responses

200 OK

Media Type: application/json

Example:

{}

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /v2/webhooks/{sourceId}/public \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!