Responses

  • True if current user has subscribed to given task, False otherwise

GET /data/user/tasks/{task_id}/subscribed
curl \
 --request GET http://api.example.com/data/user/tasks/{task_id}/subscribed \
 --header "Authorization: $API_KEY"