Create schedule
POST/v2/schedules
ClientsCreates a new schedule with settings provided by the schedule object passed as JSON in the payload. The response is the created schedule object.
The request needs to specify the Content-Type: application/json
HTTP header!
When providing your API authentication token, we recommend using the
request's Authorization
header, rather than the URL. (More
info).
Request
Responses
- 201
Response Headers
Location