Evaluate opt-out request
curl --request POST \ --url https://api.formcertify.com/v1/optoutai/messages \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "message": "<string>", "identifier": "<string>" }'
{ "optout_detected": true }
Opt-out message
The body is of type object.
object
Opt-out processed successfully
The response is of type object.