POST
/
v1
/
optoutai
/
messages
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
}

Authorizations

API-KEY
string
header
required

Body

application/json

Opt-out message

The body is of type object.

Response

200
application/json

Opt-out processed successfully

The response is of type object.