#
Using the API
Tasker exposes a REST Api to create and manage your tasks. To use the API you will need an account and an http client.
#
Base url
The apis base url is: https://rest.api-tasker.io/v1
Any future version thats breaks compatibility will be released under a new url of course.
#
Authorization
All current endpoints require you to send your api key along in the apiKey
header.
🔑 Authorization
This request must be authorized with an api key. Click here for more information.
#
Endpoints
All avaliable endpoints and there documentation can be found under the Endpoints
tab on the left.