Listen to events on Periskope and build your custom integrations
Periskope account
: To use the Periskope API, you need to have a Periskope account. If you don’t have one, you can sign up for a free trial here.HTTP POST /
Endpoint: Prepare your server to start receiving POST requests. Your server should have an endpoint ready to catch data sent by Periskope when events are sent.Add webhook 🔌
Add Webhook
button. This opens a modal where you can enter
the URL that will receive the webhook POST requests.Add webhook
Choose events 🏁
Create a Signing Key 🔑
Generate a Signing Key
Generate
button. After copying your Signing Key, do not
share it to keep it protected. Learn more about how to verify your Signing Key on your server here.Done ✅
x-periskope-signature
header. On your webhook endpoint, you can check
this signature by decrypting the secret key and verifying the legitimacy of a request.
You can generate your Singing Key from Settings > Webhooks
screen.
Your Signing Key