ZITADEL Docs
APIsCore ResourcesV1Instance Objects

GetSecurityPolicy

GET
/policies/security

Response Body

application/json

curl -X GET "https://loading/policies/security"
{
  "policy": {
    "details": {
      "sequence": 0,
      "creationDate": "2023-01-15T01:30:15.01Z",
      "changeDate": "2023-01-15T01:30:15.01Z",
      "resourceOwner": "string"
    },
    "enableIframeEmbedding": true,
    "allowedOrigins": [
      "string"
    ],
    "enableImpersonation": true
  }
}

Was this page helpful?