Skip to main content
Signals sends a JWT token for all webhook requests encrypted just for your account. In order to decrypt our token you will need the public key associated with your account in Signals.
  1. Log in to your Signals account at https://app.getsignals.ai
  2. Navigate to https://app.getsignals.ai/#/settings/security
  3. Locate on the page the accordion card with the title ‘Webhook Verification’ Signals Security Page
  4. Click the card to view your public key Signals Security Webhook Card Open
  5. Copy the public key for your use
We send the JWT token as a bearer token in all our webhook requests:
Authorization: Bearer {{token}}
I