ZITADEL Docs
APIsCore ResourcesV1Instance Objects

Deprecated: Test SMTP Provider

Test an SMTP provider identified by its ID. After testing the provider, the users will receive information about the test results.

Deprecated: please move to the new endpoint TestEmailProviderSMTPById.

POST
/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/smtp/string/_test" \  -H "Content-Type: application/json" \  -d '{    "receiverAddress": "string"  }'
{}

Was this page helpful?