Developer console

Built API-first, not API-added.

Every Qeezox product is built with a documented REST API and webhooks from the start. Console access is provisioned per account — request one below and we will get you an API key.

API keys

Every product ships with its own scoped API key, generated for your account.

Webhooks

Subscribe to events and get notified the moment something happens, no polling required.

REST APIs

Documented REST endpoints for every product, built for integration from day one.

Example request

request
curl https://api.qeezox.com/v1/messages \
  -H "Authorization: Bearer fdx_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "product": "assist",
    "event": "message.created"
  }'

Request API access

Tell us which product you're integrating with and we will set up your key and send the docs.

support@qeezox.com