LIVE
Developers · API · Webhooks · Docs

Build on top of Portrex.

Mint API keys, subscribe to webhooks, and read the OpenAPI spec.

API keys
NamePrefixCreatedLast usedScopes
Production server
pk_live_a8f2…Jan 14, 20262 min agoleads:readleads:writeprojects:read+1 more
Zapier connector
pk_live_4cd1…Mar 2, 202614 min agoleads:readleads:write
Internal reporting
pk_live_91be…Apr 19, 20261 hr agoleads:readprojects:readbilling:read+2 more
Sandbox / dev
pk_test_72aa…Apr 28, 2026Yesterdayleads:read
Webhook subscriptions
Endpoint URLEventsStatusLast delivery
https://ops.acme.com/portrex/leads4 events Healthy8 min ago
https://hooks.zapier.com/hooks/catch/1184/abc…2 events 3 failures2 hr ago
https://internal.acme.com/audit/sink3 events Disabled3 days ago
Example · POST /v1/leads
curl https://api.portrex.com/v1/leads \
  -H "Authorization: Bearer pk_live_…" \
  -H "Content-Type: application/json" \
  -d '{"name":"Jane Doe","trade":"roofing"}'