Return true if current user has subscribed to given task.

GET /data/user/tasks/{task_id}/subscribed

Path parameters

  • task_id Required

Responses

  • 200

    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"