ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ActivateSMTPConfig

Deprecated: Activate SMTP Provider

Activate an SMTP provider.

Deprecated: please move to the new endpoint ActivateEmailProvider.

POST
/smtp/{id}/_activate

Path Parameters

id*string

Response Body

application/json

application/json

curl -X POST "https://loading/smtp/string/_activate"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?