Skip to main content
POST
/
webhooks
Adding a webhook
curl --request POST \
  --url https://api.qminder.com/v1/webhooks \
  --header 'Content-Type: application/json' \
  --header 'X-Qminder-REST-API-Key: <api-key>' \
  --data '
{
  "url": "<string>"
}
'
"{\n  \"statusCode\": 200,\n  \"id\": \"4ef258d7-e56e-4c9f-bb6e-4eaec6d9408e\",\n  \"secret\": \"wfdfghfhfgdsfderthyndf4356hyfds\"\n}"

Authorizations

X-Qminder-REST-API-Key
string
header
default:yourbusinessapikey
required

Body

url
string
required

The URL that Qminder will send HTTP requests to.

Response

200 - application/json

200

statusCode
integer
default:0
Example:

200

id
string
Example:

"4ef258d7-e56e-4c9f-bb6e-4eaec6d9408e"

secret
string
Example:

"wfdfghfhfgdsfderthyndf4356hyfds"