cURL
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 } ]
Documentation IndexFetch the complete documentation index at: https://docs.usebouncer.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.usebouncer.com/llms.txt
Use this file to discover all available pages before exploring further.
OK
The response is of type object.
object