ZITADEL Docs
APIsCore ResourcesV1Instance Objects

TestSMTPConfigById

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

application/json

curl -X POST "https://loading/smtp/string/_test" \  -H "Content-Type: application/json" \  -d '{    "receiverAddress": "string"  }'
{}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?