Get a thread subscription for the authenticated user
This checks to see if the current user is subscribed to a thread. You can also [get a repository subscription](https://docs.github.com/[email protected]/rest/reference/activity#get-a-repository-subscription). Note that subscriptions are only generated if a user is participating in a conversation--for example, they've replied to the thread, were **@mentioned**, or manually subscribe to a thread.
/notifications/threads/{thread_id}/subscription- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Request
Path Parameters
- thread_id integerrequired
thread_id parameter
Responses
Response
Example: 2012-10-06T21:34:12Z
Example: https://api.github.com/repos/1
Example: true
Example: https://api.github.com/notifications/threads/1
Example: https://api.github.com/notifications/threads/1/subscription
Not modified
Requires authentication
Forbidden