Temporal Tech Solutions · Flicker Fox parity

Integrator sandbox workbench

Partner sandbox console

Practice the integrator subset (intake + webhooks) with a sandbox Bearer token. Tokens stay in localStorage only — Review never stores your Bearer credential server-side. Need an account? Create a developer account.

Credential

v1 uses Bearer JWT (Phase A). After developer account setup, paste the access token here. Revoke locally clears browser storage only.

Tutorial checklist

  1. Paste your Bearer JWT

    Sign in via Keycloak after developer account verification. Paste the access token — stored in this browser only.

  2. Submit a test intake

    POST /v1/intake/submit with synthetic metadata — no production tenant data.

  3. Poll submission status

    GET /v1/intake/submissions/{id} until items settle.

  4. Optional: webhook subscription

    POST /v1/webhooks/subscriptions with an HTTPS callback you control.

Snippets

curl -sS -X POST 'https://review.querytek.io/api/v1/intake/submit' \
  -H 'Authorization: Bearer <token>' \
  -H 'Content-Type: application/json' \
  -d '{"filename":"sandbox-sample.txt","file_size":128,"mime_type":"text/plain","module":"general","tier":"tier_1"}'

Call inspector

Run a tutorial step to capture the last ADR-021 envelope here.