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 } ]
The response is of type object.
object