GET
/
v1
/
toxicity
/
list
/
{id}
/
data
curl --request GET \
  --url https://api.usebouncer.com/v1/toxicity/list/{id}/data \
  --header 'x-api-key: <api-key>'
[
  {
    "email": "jane@usebouncer.com",
    "toxicity": 0
  },
  {
    "email": "hello@usebouncer.com",
    "toxicity": 1
  }
]

Authorizations

x-api-key
string
headerrequired

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.