---
title: "Get all user-level counterparty category personalizations"
method: GET
path: "/users/{userId}/counterparty-category-personalizations"
tags: ["Category Personalization"]
---

# Get all user-level counterparty category personalizations

`GET /users/{userId}/counterparty-category-personalizations`

Fetch user-level counterparty category personalizations from Spade's database.

This endpoint returns a list containing all user-level counterparty category personalizations for the user with the given `userId`.

To learn more about user category personalization, please read the [User Category Personalization Guide](https://docs.spade.com/reference/user-category-personalization-guide).

## Response `200`

Successful operation

- object[] — An array of counterparty category personalizations.
  - `counterpartyId` string, required — The ID of the counterparty.
  - `categoryId` string, required — The ID of the category. Can be a Spade category ID (e.g. "011-000-000-000") or a custom category ID (e.g. "e4cf5379-583f-44ed-b625-366044e666e6").
  - `userId` string — The ID of the newly created counterparty category personalization.

## Other responses

- `403` — Unauthorized
- `500` — Unexpected Error

---

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