Skip to main content
POST
Move a pending scheduled Sarj.ai call to a new time

Authorizations

Authorization
string
header
required

API key from your Sarj.ai dashboard. Pass as: Authorization: Bearer

Path Parameters

call_id
string
required

Prefixed call id, e.g. call_.

Body

application/json
scheduled_at
string<date-time>
required

New dial time (RFC 3339 with timezone offset). Must be at least 10 minutes ahead and within 30 days.

Example:

"2026-05-01T15:30:00+03:00"

Response

The call was rescheduled.

data
PublicCall · object
required
meta
ResponseMeta · object

Contains request-level metadata included with every public API response.

Last modified on August 19, 2026