Jump to content

Webhook Response Session Validation


 Share

Recommended Posts

When we receive a webhook request, we need to validate it's a real webhook event and not something fake/malicious. We do this by making a getApiSession https://developer.intacct.com/api/company-console/api-sessions/#get-api-session with the session from the webhook request and comparing the results (that it's a valid session + compare the company from the session to the company on the webhook request).

I don't think I see a way to perform the above validation through the new REST api. Is this on the roadmap?

Link to comment
Share on other sites

 Share

×
×
  • Create New...