Abrown's avatar
Level 1

Jetstream middleware / bigcommerce webhooks

Anyone familiar with, or know if its possible, to use Sanctum auth with a webhook? Setting up the middleware is not my main question here since I have done so successfully, but mainly I am trying to secure an endpoint that a bigcommerce webhook will connect to, and I cannot seem to figure it out - whether this is even possible

0 likes
2 replies
Abrown's avatar
Level 1

Just another piece of info - this all works successfully without the middleware. I am just trying to make it secure now with an api token.

Snapey's avatar

its unlikely that you will get them to adopt your security token?

normally there is a mechanism by which they will sign the payload so that you can verify the source and the fact that the content has not been tampered with.

Please or to participate in this conversation.