cURL
curl --request POST \ --url https://pub-api.conversion.ai/api/v1/recipients/{email} \ --header 'Content-Type: application/json' \ --data ' { "status": "<string>" } '
{ "data": true, "httpStatus": 123, "message": "<string>" }
Upsert a recipient from public api. We allow swapping to any status so be careful.
email
the request
success
If success data is populated otherwise it's empty
Was this page helpful?