Ploi API
Ploi API

List crontabs

List all the crontabs available in the server.

GET api/servers/{server}/crontabs

Required scopes

Read cronjobs

Example request:

curl -X GET "https://ploi.io/api/servers/{server}/crontabs" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"