GET/api/v1/schedules/bulk/sample

Sample Schedule

Downloads a sample CSV file that demonstrates the required format, headers, and values needed for bulk schedule uploads.
GET/api/v1/schedules/bulk/sample

Responses

StatusMeaningDescriptionSchema
200OKSuccessful CSV file downloadNone
429Too Many RequestsToo Many Requests.None
500Internal Server ErrorInternal server errorNone

Example Request

# You can also use wget
curl -X GET /api/v1/schedules/bulk/sample \
  -H 'Accept: text/csv' \
  -H 'Authorization: API_KEY'

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.