Check if user is subscribed to an issue
GET
/repos/{owner}/{repo}/issues/{index}/subscriptions/check
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”owner
required
string
Owner of the repo
repo
required
string
Name of the repo
index
required
integer format: int64
Index of the issue
Responses
Section titled “Responses”WatchInfo
Media typeapplication/json
WatchInfo represents an API watch status of one repository
object
created_at
string format: date-time
ignored
boolean
reason
repository_url
string
subscribed
boolean
url
string
Examplegenerated
{ "created_at": "2026-04-15T12:00:00Z", "ignored": true, "reason": "example", "repository_url": "example", "subscribed": true, "url": "example"}APINotFound is a not found error response
Media typeapplication/json
object
errors
Array<string>
message
string
url
string
Examplegenerated
{ "errors": [ "example" ], "message": "example", "url": "example"}