Block a user.
{
"data": {
"blocked": boolean
}
}
| Authorization | Bearer {{accessToken}} |
| Accept | application/vnd.api+json |
Unblock a user.
{
"data": {
"blocked": boolean
}
}
| Authorization | Bearer {{accessToken}} |
| Accept | application/vnd.api+json |
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.
| Authorization | Bearer {{accessToken}} |