Check task subscription

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

Check if the current user has subscribed to a specific task.

Path parameters

  • task_id string(uuid) Required

    Task unique identifier

Responses

  • 200 application/json

    Subscription status for the task

GET /data/user/tasks/{task_id}/subscribed
curl \
 --request GET 'http://api.example.com/data/user/tasks/a24a6ea4-ce75-4665-a070-57453082c25/subscribed' \
 --header "Authorization: $API_KEY"
Response examples (200)
true