Skip to main content
Developer platform

Build on Pact

A REST API over HTTPS, OAuth for third-party apps, and signed webhooks — everything you need to integrate the consent-native CRM with the rest of your stack.

list accounts
curl https://app.pact.place/v1/companies \
  -H "Authorization: Bearer $PACT_API_KEY"

# → { "items": [ … ], "total": 412,
#     "limit": 25, "offset": 0 }

Quick starts

From zero to your first integration.

Reference

The full surface, documented.

Stop polling. Subscribe to events.

Signed, retried, dead-lettered webhooks for every change in a workspace. Manage subscriptions, test connectivity, and replay failures from Admin → Webhooks.

Webhook docs

Integration cookbook

End-to-end recipes with runnable code — copy, paste, ship.