improved
Release 49
6 months ago by Marie Kyle
Deployed to Production
on 03/07/2024.
Reminder about OAuth 2.0
A friendly reminder: Sikoia's API has migrated to the OAuth 2.0. protocol. For details on this migration, refer to our Authentication guide. API key usage will be deprecated on July 31st, 2024; you can find the deprecation announcement here.
Improvements and Fixes
- Webhook request signing: You can now enable request signing for all webhook requests by creating a shared secret. This shared secret will be used to generate a SHA256 hash of every webhook's body content for each POST we make to the configured
callback_url
. Visit our webhook guide to learn more.