Skip to main content
GET
/
blocks
List blocked users
curl --request GET \
  --url https://api.snipp.gg/blocks \
  --header 'api-key: <api-key>'
{
  "blocks": [
    {
      "userId": "<string>",
      "created": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

api-key
string
header
required

Your API key from Snipp.gg

Response

List of blocked users

blocks
object[]