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

Authorizations

X-Api-Key
string
header
required

Response

Successful operation

An array of counterparty category personalizations.

counterpartyId
string
required

The ID of the counterparty.

Examples:

"d730906b-f1a8-49f1-9939-f27390170a6d"

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").

Examples:

"011-000-000-000"