ZITADEL Docs
APIsCore ResourcesV1Organization Objects

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

curl -X GET "https://loading/metadata/string"
{
  "metadata": {
    "details": {
      "sequence": 0,
      "creationDate": "2023-01-15T01:30:15.01Z",
      "changeDate": "2023-01-15T01:30:15.01Z",
      "resourceOwner": "string"
    },
    "key": "string",
    "value": "string"
  }
}

Was this page helpful?