cURL
curl --request GET \ --url https://rapidcron.com/api/v1/tasks \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>" } ]
Returns all tasks
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The maximum number of results to return
Task response
The response is of type object[].
object[]