Skip to main content
POST
/
v3
/
schedules
/
{id}
/
set-default
Set default schedule
curl --request POST \
  --url https://api.reply.io/v3/schedules/{id}/set-default \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required

Schedule ID to set as default

Response

Default schedule updated successfully. The response body is empty.

Empty body