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

application/json

curl -X POST "https://loading/email/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?