Mailmus

Email verification

POST
/apps/{appId}/email-verification
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/email-verification" \  -H "Content-Type: application/json" \  -d '{    "email": "contact@example.com"  }'
Empty