Newest API Changelogs
August 2025
Webhook Subscriptions
4 min
impacted index clean employee api and base employee api impacted formats all available formats impacted delivery starting on august 8th, 2025 impact adding a new subscription management endpoint what's new we introduce a new “renew subscription” feature for webhooks, enhancing subscription lifecycle management this eliminates the need to create new subscriptions manually and ensures continuity of webhook deliveries for up to 1 year endpoint and request sample for subscription renewal, you should use /v2/subscriptions/{subscription id}/renew endpoint and enter the required subscription id request template curl x 'post' \\ 'https //api coresignal com/cdapi/v2/subscriptions/{subscription id}/renew' \\ h 'accept application/json' \\ h 'apikey {api key}' successful response response { "id" "0e00dcae 9bfb 4edb b4f6 a0991b20fb50", "status" "active", "created at" "2025 04 24t12 00 00 000000", "expiring at" "2025 10 24t12 00 00 000000", } error messages response code scenario error message 400 when subscription has already expired when renewing a subscription would push the expiry date over 1 year away 404 when subscription doesn’t exist or doesn’t belong to the user 409 when subscription was just created and hasn’t finished initialising