Skip to main content

Authentication

Webhook authentication​

Ship24 will allocate to your account a random Webhook Secret that will be sent in an Authorization header for each webhook request in the following format:

Authorization: Bearer your_webhook_secret

You can use this Webhook Secret to make sure the requests come from Ship24 by comparing the value to the one that has been allocated by Ship24, visible in your dashboard.