---
title: "List all attributes"
method: GET
path: "/contacts/attributes"
tags: ["Contacts"]
---

# List all attributes

`GET /contacts/attributes`

## Response `200`

Attributes listed

- GetAttributes
  - `attributes` GetAttributesAttributes[], required — Listing of available contact attributes in your account
    - `name` string, required — Name of the attribute
    - `category` 'normal' | 'transactional' | 'category' | 'calculated' | 'global', required — Category of the attribute
    - `type` 'text' | 'date' | 'float' | 'id' | 'boolean' — Type of the attribute
    - `enumeration` GetAttributesEnumeration[] — Parameter only available for "category" type attributes.
      - `value` integer, required — ID of Value of the "category" type attribute
      - `label` string, required — Label of the "category" type attribute
    - `calculatedValue` string — Calculated value formula

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
