v1

latestOpenAPI 3.1.02026-07-227350156.5 KB
Category Personalization

Get all integration-level counterparty category personalizations

Fetch counterparty category personalizations from Spade's database.

This endpoint returns a list containing all integration-level counterparty category personalizations for your integration.

To learn more about category personalization, please read the Category Personalization Guide.

get/counterparty-category-personalizations

Response

Successful operation

counterpartyIdstring required

The ID of the counterparty.

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

Example response

[
  {
    "counterpartyId": "d730906b-f1a8-49f1-9939-f27390170a6d",
    "categoryId": "011-000-000-000"
  }
]