v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Management

List Metadata Schemas

Lists all metadata schemas available in the project.

📘 Metadata Documentation

Read the Getting Started with Metadata and Metadata Mapping articles to learn how metadata work in Voucherify.

get/management/v1/projects/{projectId}/metadata-schemas

Response

Returns the details about the metadata schemas created in the project.

object'list' required

The type of the object represented by JSON. This object stores information about the metadata schemas in a dictionary.

data_ref'data' required

Identifies the name of the attribute that contains the array of metadata schema objects.

totalinteger required

The total number of metadata schema objects.

Example response

{
  "data": [
    {
      "created_at": "2021-12-03T13:33:44.556Z",
      "updated_at": "2022-08-11T08:05:30.695Z"
    }
  ]
}