GET
/
users
/
{userId}
/
counterparty-category-personalizations
curl --request GET \
  --url https://east.sandbox.spade.com/users/{userId}/counterparty-category-personalizations \
  --header 'X-Api-Key: <api-key>'
[
  {
    "counterpartyId": "d730906b-f1a8-49f1-9939-f27390170a6d",
    "categoryId": "011-000-000-000",
    "userId": "user1234"
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

userId
string
required

The userId of the relevant user.

Response

200
application/json

Successful operation

An array of counterparty category personalizations.