ZITADEL Docs
APIsCore ResourcesV1Instance Objects

TestEmailProviderSMTPById

POST
/email/smtp/{id}/_test

Path Parameters

id*string

Request Body

application/json

receiverAddress*string
[key: string]?never

Response Body

application/json

curl -X POST "https://loading/email/smtp/string/_test" \  -H "Content-Type: application/json" \  -d '{    "receiverAddress": "string"  }'
{}

Was this page helpful?