Developers

Wire Fabdigit into your ERP, accounting, Slack, or any HTTPS endpoint. Subscribe to lifecycle events as webhooks, and mint personal access tokens for incoming API calls.

Subscriptions

0 subscriptions registered.

Loading…

Recent deliveries

Once events fire, deliveries will appear here.

No deliveries yet.

Personal access tokens

Long-lived bearer tokens for scripts, CI jobs, and integrations. Use them as a Bearer pat_… in the Authorization header.

Loading…

Verifying signatures

Every request carries X-FabDigit-Signature: sha256=<hex> computed as HMAC-SHA256(secret, raw_body). Verify by recomputing the HMAC with the secret you saved on subscribe/rotate. We also send X-FabDigit-Timestamp (Unix seconds), X-FabDigit-Event-Id, and X-FabDigit-Event-Type so you can dedupe + audit. Full reference →