Mailmus

Domains

GET
/apps/{appId}/domains

Path Parameters

appId*string

Response Body

curl -X GET "https://example.com/apps/string/domains"
Empty
POST
/apps/{appId}/domains

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/domains" \  -H "Content-Type: application/json" \  -d '{    "domain": "mail.yourdomain.com"  }'
Empty
GET
/apps/{appId}/domains/{id}/blocklist-status

Path Parameters

id*string
appId*string

Response Body

curl -X GET "https://example.com/apps/string/domains/string/blocklist-status"
Empty
POST
/apps/{appId}/domains/{id}/verify

Path Parameters

id*string
appId*string

Response Body

curl -X POST "https://example.com/apps/string/domains/string/verify"
Empty
DELETE
/apps/{appId}/domains/{id}

Path Parameters

id*string
appId*string

Response Body

curl -X DELETE "https://example.com/apps/string/domains/string"
Empty