Mailmus

Content check

POST
/apps/{appId}/content-check
AuthorizationBearer <token>

In: header

Path Parameters

appId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/apps/string/content-check" \  -H "Content-Type: application/json" \  -d '{    "html": "<p>Bonjour {{first_name}} !</p>"  }'
Empty