Metadata Schemas
List Metadata Schema Definitions
Retrieve metadata schema definitions.
📘 Management API
If you have Management API enabled, you can also use the List Metadata Schemas endpoint to list all metadata schemas.
get/v1/metadata-schemas
Response
Returns an array of metadata schema definitions. The response does not include unknown metadata properties in the response, i.e. those that have been defined outside of the Project Settings > Metadata Schema definitions. For example, an unknown metadata property can be defined in the campaign manager while creating a campaign.
Example response
{
"schemas": [
{
"created_at": "2021-12-03T13:33:44.556Z",
"updated_at": "2022-08-11T08:05:30.695Z"
}
]
}