SpyREST

Supported by Mashape

Home » api.github.com Versions » v3 Resources » Notifications » GET /notifications/threads/{:thread-id}/subscription

GET /notifications/threads/{:thread-id}/subscription

Description

Response Fields

Name Type Description
message String
documentation_url String
Write
Preview

Examples

Get a Thread Subscription

Get a Thread Subscription

Recorded at

2015-05-14 18:20:47 UTC

Try with cURL

Request URL

Requires Authorization
GET /notifications/threads/35582591/subscription      

Request Headers

authorization: FILTERED
content-type: application/json
accept: application/vnd.github.v3+json
user-agent: curl/7.37.1
      

Response Headers

transfer-encoding: chunked
x-content-type-options: nosniff
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-github-request-id: 68EC8CA8:5DB5:4BA207E:5554E77F
access-control-allow-origin: *
access-control-expose-headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
access-control-allow-credentials: true
content-security-policy: default-src 'none'
x-frame-options: deny
x-xss-protection: 1; mode=block
x-github-media-type: github.v3; format=json
x-accepted-oauth-scopes: notifications, repo
x-oauth-scopes: admin:org, admin:public_key, delete_repo, gist, notifications, repo, user, write:repo_hook
x-ratelimit-reset: 1431630723
x-ratelimit-remaining: 4965
x-ratelimit-limit: 5000
status: 404 Not Found
connection: close
content-length: 87
content-type: application/json; charset=utf-8
date: Thu, 14 May 2015 18:20:48 GMT
server: GitHub.com
      

Response Body

Shortened for readability

{
  "message": "Not Found",
  "documentation_url": "https://developer.github.com/v3"
}