Skip to main content

Webhooks & API

Stream every event to your own systems and submit codes server-to-server.

E
Written by Engineers team

The Webhooks & API capability streams every campaign event — scan, reward, draw, redemption — to your own endpoints, and lets your systems talk to ChekIntel directly.

WHAT IS AVAILABLE

• REST + webhooks — first-party, with signed payloads so you can verify authenticity.

• Sandbox keys — test the full flow before going live.

• No-code options — pipe events through Zapier or Segment if you would rather not write code.

SUBMITTING FROM YOUR OWN SITE

You can post submissions server-to-server, for example:

curl -X POST https://api.chekintel.com/v1/submissions \
-H "Authorization: Bearer ck_live_••••3f9a" \
-d '{"code":"GP7K2940","phone":"+23480...","channel":"web"}'

Your front-end stays fully under your control while ChekIntel handles verification, payout, fraud and analytics. Signed webhooks then notify you of the outcome.

Did this answer your question?