August 7, 2023
over 1 year ago by Kamil Sindi
Update to Events Subscription secrets schema in Events API (August 10, 2023)
On August 10th, we will update the v1/event_subscriptions/{event_subscription_token}/secret
endpoint response by renaming the field "key" to "secret". The motivation is to be consistent with our other HMAC-signing secret endpoints.
Response Before
{
"key": "whsec_foo"
}
Response After
{
"secret": "whsec_foo"
}