emfasemfas
Attributes

List Attributes

Retrieves a list of all available attributes for the organization

GET
/attributes
Authorization<token>

API key authentication using Bearer token format. Use: Bearer

In: header

Response Body

curl -X GET "https://api.emfas.ai/v1/attributes"
{
  "result": [
    {
      "key": "product.name",
      "name": "Product Name",
      "optionsSource": "manual",
      "type": "text"
    }
  ]
}
{
  "error": "Internal server error"
}
{
  "error": "Internal server error"
}