API

Pacingv1

Control warmup and send rate to avoid provider throttles.

Overview

Pacing lets you spread volume over time and implement warmup policies.

Feature-flagged

Pacing routes may be disabled unless enabled in your environment.

Endpoints

Sender profiles

POST Request
Bearer
POST/v1/sender-profiles

Create a sender profile.

GET Request
Bearer
GET/v1/sender-profiles

List sender profiles.

GET Request
Bearer
GET/v1/sender-profiles/{id}

Get a sender profile.

PUT Request
Bearer
PUT/v1/sender-profiles/{id}

Replace a sender profile.

DELETE Request
Bearer
DELETE/v1/sender-profiles/{id}

Delete a sender profile.

Pacing policies

POST Request
Bearer
POST/v1/pacing-policies

Create a pacing policy.

GET Request
Bearer
GET/v1/pacing-policies

List pacing policies.

GET Request
Bearer
GET/v1/pacing-policies/{id}

Get a pacing policy.

PUT Request
Bearer
PUT/v1/pacing-policies/{id}

Replace a pacing policy.

DELETE Request
Bearer
DELETE/v1/pacing-policies/{id}

Delete a pacing policy.

POST Request
Bearer
POST/v1/pacing-policies/{id}/activate

Activate policy.

POST Request
Bearer
POST/v1/pacing-policies/{id}/pause

Pause policy.

Authentication

  • Required scope: manage:pacing

Next