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/v1/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

  1. Paste in your webhook URL instead of {your_webhook_url} and your JWT token in the request template:
Curl


2. Send your request using an application that supports cURL requests (e.g., Postman).

3. You will see the following response:

JSON


4. You should get an example webhook to your URL after a few minutes, e.g.,

JSON


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
  • added
  • removed.