POST
/
webhooks
/
endpoints
curl --request POST \
  --url https://channels-service-alpha.fourvenues.com/webhooks/endpoints \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "name": "<string>",
  "url": "<string>"
}'
{
  "_id": "<string>",
  "name": "<string>",
  "url": "<string>",
  "sign_secret": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json

Response

200 - application/json

Successful operation

The response is of type object.