Skip to main content
PATCH
Reschedule a pending message

Authorizations

Authorization
string
header
required

Paubox API uses Bearer token authentication in the Authorization header.

Format: Authorization: Bearer YOUR_API_KEY_HERE

Example: Authorization: Bearer 9e5b092b632445b8f570c62ae54f30fda1044305

The legacy format Authorization: Token token=YOUR_API_KEY_HERE is also supported.

Path Parameters

sourceTrackingId
string
required

The sourceTrackingId of the scheduled message

Body

application/json
scheduled_at
string<date-time>
required

New send time. Must be in the future and within 30 days.

Example:

"2025-12-26T10:00:00Z"

Response

Message rescheduled

sourceTrackingId
string
scheduledAt
string<date-time>
data
string
Example:

"Rescheduled"