Subscription Simulation
Functionality
Usage
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}"
}'Last updated
Was this helpful?