cURL
curl --request POST \ --url https://api.usebouncer.com/v1/toxicity/list \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '[ "jane@usebouncer.com", "john@usebouncer.com" ]'
{ "id": "61c69f7907cbda25bc76f7e4", "createdAt": "2023-01-17T13:15:37.563Z", "status": "processing" }
The body is of type string.
string
[ "jane@usebouncer.com", "john@usebouncer.com"]
OK
The response is of type object.
object