Employee Data
...
Endpoints
Webhook Subscriptions

Subscription Simulation

6min
overview test out our subscription functionality using simulate endpoint by creating a fake subscription to receive a webhook example to your callback url simulate endpoint url https //api coresignal com/cdapi/v2/subscriptions/simulate functionality the subscription simulation endpoint will allow you to send a test request using your webhook as we usually send webhooks once a week, you typically have to wait a week to see how our subscription feature works and what kind of payload you get using the simulation endpoint, you can see how webhooks work and what kind of payload you get the same day the endpoint will allow to send one request per second usage paste in your webhook url instead of {your webhook url} and your api key in the request template curl x 'post' \\ 'https //api coresignal com/cdapi/v2/subscriptions/simulate' \\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "webhook url" "{your webhook url}" }' 2\ send your request using an application that supports curl requests (e g , postman) 3\ you will see the following response { "message" "subscriptions webhook simulation initiated" } 4\ you should get an example webhook to your url after a few minutes, e g , { "member id" 18330245, "change type" "changed" } the text in the webhook payload is randomized you will see a random member id and change type we will send one of the following change types changed started matching query stopped matching query