Account Blocks
GET https://api.imgur.com/3/account/me/block
List all accounts being blocked,
Response:
{
"data": {
"items": [
{
"url": "officialimguraffe"
}
],
"next": null
},
"success": true,
"status": 200
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"items":[{"url":"officialimguraffe"}],"next":null},"success":true,"status":200}