---
title: "Get Custom Attributes for a User"
method: GET
path: "/attributes/custom"
tags: ["Custom Attributes"]
---

# Get Custom Attributes for a User

`GET /attributes/custom`

Make a call to this endpoint to retrieve all custom attribute data associated with a user. You can query this endpoint by either phone or email.

**Note: You must include a single query parameter, phone or email. Including both will result in a 400 error.**

## Query parameters

- `phone` string
- `email` string

## Response `200`

Successfully accepted get custom attributes request

- object[]
  - `name` string — Name of the custom attribute
  - `value` string, required — Value of the custom attribute

## Other responses

- `400` — Invalid parameter in request query or body
- `401` — Unauthorized
- `403` — Access Denied
- `404` — The specified resource was not found
- `429` — The user has sent too many requests in a given amount of time
- `500` — Internal Server Error

---

[API](https://skmtc.net/attentive/apis/attentive-api-v2.md) · [All operations](https://skmtc.net/attentive/apis/attentive-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/attentive/attentive-api-v2/revisions/be387e501197/schema)
