ZITADEL Docs
APIsCore ResourcesV1Instance Objects

GetEmailProvider

GET
/email

Response Body

application/json

application/json

curl -X GET "https://loading/email"
{
  "config": {
    "details": {
      "sequence": 0,
      "creationDate": "1s",
      "changeDate": "1s",
      "resourceOwner": "string"
    },
    "id": "string",
    "state": "EMAIL_PROVIDER_STATE_UNSPECIFIED",
    "description": "string",
    "http": {
      "endpoint": "string",
      "signingKey": "string"
    }
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?