Skip to content
Pace API
Search
Ctrl
K
Cancel
pacepayments.ai
Select theme
Dark
Light
Auto
Get started
Welcome
Quickstart
Authentication
Environments
Core concepts
Call orders
Results
Order types
Sequences & enrollments
Suppressions
Compliance
Guides
Receiving results
Handling errors
Idempotency
Testing in the sandbox
Going live
API reference
Overview
API reference
Overview
Call orders
Overview
List call orders
GET
Submit a call order (Gesprächsauftrag)
POST
Fetch a call order (includes result when terminal)
GET
Narrow pre-dial edits (schedule, metadata)
PATCH
Cancel an order (only in accepted/scheduled)
POST
Calls
Overview
List dial attempts
GET
Fetch one dial attempt
GET
Fetch the structured transcript artifact
GET
Obtain a short-lived signed URL for the recording
GET
Order types
Overview
List order types
GET
Create an order type (starts as a draft)
POST
Fetch an order type
GET
Update an order type (bumps version on behavioural change)
PATCH
Archive an order type (existing orders keep their version)
POST
Signals
Overview
Emit a business signal (Model B input)
POST
Fetch a signal and what it triggered
GET
Sequences
Overview
List sequences
GET
Create a sequence (draft version 1)
POST
Fetch a sequence incl. versions
GET
Add a new draft version
POST
Activate a version (running enrollments keep theirs)
POST
Archive (no new enrollments; running ones finish)
POST
Enrollments
Overview
List enrollments
GET
Fetch an enrollment (step pointer, created orders, next action)
GET
Pause an active enrollment
POST
Resume a paused enrollment
POST
Cancel an enrollment (pending call orders are canceled too)
POST
Suppressions
Overview
List do-not-call entries
GET
Add a do-not-call entry
POST
Remove a do-not-call entry
DELETE
Webhooks
Overview
List webhook endpoints
GET
Register an endpoint (starts verification challenge)
POST
Fetch an endpoint incl. health stats
GET
Delete an endpoint
DELETE
Update url, event_types, payload_mode, status
PATCH
Rotate the signing secret (24h overlap, both secrets sign)
POST
Send a ping now (or re-send verification while pending)
POST
Re-dispatch events from a cursor or time range
POST
Delivery log (incl. dead-lettered with status=failed)
GET
Events
Overview
Pollable event feed (webhook fallback / reconciliation)
GET
Fetch one event
GET
Tenant
Overview
Own configuration snapshot
GET
pacepayments.ai
Select theme
Dark
Light
Auto
Overview
Webhooks
Section titled “Webhooks”
Endpoint registration, secrets, replay and the delivery log.
Operations
Section titled “Operations”
GET
/v1/webhook-endpoints
POST
/v1/webhook-endpoints
GET
/v1/webhook-endpoints/{endpoint_id}
DELETE
/v1/webhook-endpoints/{endpoint_id}
PATCH
/v1/webhook-endpoints/{endpoint_id}
POST
/v1/webhook-endpoints/{endpoint_id}/rotate-secret
POST
/v1/webhook-endpoints/{endpoint_id}/test
POST
/v1/webhook-endpoints/{endpoint_id}/replay
GET
/v1/webhook-deliveries