ZITADEL Docs
APIsCore ResourcesV1Organization Objects

GetOrgMetadata

Get Organization Metadata By Key

Deprecated: use organization service v2 ListOrganizationMetadata instead.

Get a metadata object from an organization by a specific key.

GET
/metadata/{key}

Path Parameters

key*string

Response Body

application/json

application/json

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

Was this page helpful?