Account

POST Account Block Create

https://api.imgur.com/account/v1/{{username}}/block

Block a user.

Response:

    {
      "data": {
        "blocked": boolean
      }
    }
HEADERS
Authorization Bearer {{accessToken}}
Accept application/vnd.api+json


BODY formdata

   

DEL Account Block Delete

https://api.imgur.com/account/v1/{{username}}/block

Unblock a user.

Response:

{
  "data": {
    "blocked": boolean
  }
}
HEADERS
Authorization Bearer {{accessToken}}
Accept application/vnd.api+json


BODY formdata

   

GET Account Images

https://api.imgur.com/3/account/me/images

To make requests for the current account, you may use me as the {{username}} parameter. For example, https://api.imgur.com/3/account/me/images will request all the images for the account that is currently authenticated.

 

HEADERS
Authorization Bearer {{accessToken}}


BODY formdata