Request
Route
GET /v1/me?exclude=relationships
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer your_access_token-pMtY
Host: api.producthunt.com
Response
Status
200 OK
Headers
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Rate-Limit-Limit: 900
X-Rate-Limit-Remaining: 900
X-Rate-Limit-Reset: 900
ETag: W/"bf59eb67924a469a6a85e15bd555838e"
Last-Modified: Wed, 05 May 2021 11:39:24 GMT
Content-Type: application/json; charset=utf-8
Cache-Control: max-age=0, private, must-revalidate
Content-Length: 3642
Body
{
"user": {
"id": 10488,
"created_at": "2021-05-05T04:39:24.035-07:00",
"name": "Karl User the 1016th",
"username": "producthunter1012",
"headline": "Product Hunter",
"twitter_username": "hunter1016",
"website_url": "http://awesome.io",
"profile_url": "http://www.producthunt.com/@producthunter1012",
"image_url": {
"30px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"32px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"40px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"44px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"48px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"50px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"60px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"64px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"73px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"80px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"88px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"96px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"100px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"110px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"120px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"132px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"146px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"160px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"176px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"220px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"264px": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"32px@2X": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"40px@2X": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"44px@2X": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"88px@2X": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"32px@3X": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"40px@3X": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"44px@3X": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"88px@3X": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress",
"original": "https://ph-static.imgix.net/guest-user-avatar.png?auto=format\u0026auto=compress"
},
"collections_count": 0,
"followed_topics_count": 0,
"followers_count": 0,
"followings_count": 0,
"header_image_url": null,
"maker_of_count": 0,
"posts_count": 0,
"votes_count": 2,
"permissions": {
"can_vote_posts": true,
"can_comment": true,
"can_post": false,
"can_change_username": true
},
"notifications": {
"total": 0,
"unseen": 0
},
"first_time_user": false,
"email": "subscriber-email-180-a@example.com",
"role": "user",
"send_mention_email": true,
"send_mention_push": true,
"send_friend_post_email": true,
"send_friend_post_push": true,
"send_new_follower_email": true,
"send_new_follower_push": true,
"send_announcement_email": true,
"send_announcement_push": true,
"send_product_recommendation_email": true,
"send_product_recommendation_push": true,
"subscribed_to_push": false,
"send_email_digest_email": true
}
}