---
title: "Get Contact Variables"
method: GET
path: "/v1/contacts/{contact_id}/variables"
tags: ["contacts"]
---

# Get Contact Variables

`GET /v1/contacts/{contact_id}/variables`

Fetch the custom variables stored on a contact and its account.

Requires the `contacts:read` scope on the API key.

## Path parameters

- `contact_id` string, uuid, required

## Response `200`

Successful Response

- PublicContactVariablesOutput
  - `contact_variables` object, required — Custom variables stored on the contact for this workspace.
  - `account_variables` object, required — Custom variables stored on the contact's account for this workspace. Also manageable through the Account variables endpoints.

---

[API](https://skmtc.net/topo/apis/topo-public-api.md) · [All operations](https://skmtc.net/topo/apis/topo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topo/topo-public-api/versions/6e9ca9d5acac/schema)
