emfasemfas
Metaobject Definitions

List Metaobject Definitions

Retrieves a list of all metaobject definitions for the organization

GET
/metaobject-definitions
Authorization<token>

API key authentication using Bearer token format. Use: Bearer

In: header

Response Body

curl -X GET "https://api.emfas.ai/v1/metaobject-definitions"
{
  "result": [
    {
      "identifier": "brand",
      "name": "Brand"
    }
  ]
}
{
  "error": "Internal server error"
}
{
  "error": "Internal server error"
}