QueenCloud Developers
API and webhooks
A single developer surface for integrations, API keys, webhook signing, and exports. This page describes what is in the product today and marks larger delivery logic as the next step.
1. Create an API key
Go to Settings -> Developers & integrations and create a key. It is shown only once.
2. Call the API
developers.q2Text
3. Connect a webhook
Register an HTTPS endpoint, choose events, and use test delivery to verify the signature.
Docs and collections
Webhook signing
Test deliveries are signed so the receiver can verify origin and payload. Raw headers and code are displayed here when you open the details.
const signedPayload = timestamp + "." + rawBody const expected = hmacSha256(secret, signedPayload) // queencloud-signature: v1=<hex digest>
Events in v1 (16)
screen.createdscreen.updatedscreen.health_changedbooking.createdbooking.updatedbooking.status_changedcreative.createdcreative.updatedlayout.createdlayout.publishedcampaign.createdcampaign.updatedproof_of_play.recordedproof_of_play.export_completeddevice.heartbeatdevice.command_queued