POST
/
api2
/
v1
/
webhooks
Create webhook
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/webhooks \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "uid": "<string>",
  "url": "<string>",
  "event": "JOB_STATUS_CHANGED",
  "hidden": true
}'
{
  "id": "<string>",
  "uid": "<string>",
  "url": "<string>",
  "event": "JOB_STATUS_CHANGED",
  "hidden": true
}

Body

application/json

Response

201
application/json

Created

The response is of type object.