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.
Example response
{
"data": [
{
"created_at": "2021-12-03T13:33:44.556Z",
"updated_at": "2022-08-11T08:05:30.695Z"
}
]
}