Account Block Status
GET https://api.imgur.com/account/v1/{{username}}/block
Determine if the user making the request has blocked a username.
Response:
{
"data": {
"blocked": boolean
}
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":48437714,"url":"ghostinspector","bio":null,"avatar":null,"reputation":0,"reputation_name":"Neutral","created":1481839668,"pro_expiration":false,"user_follow":{"status":false}},"success":true,"status":200}