All pages
Powered by GitBook
1 of 1

Loading...

Find existing lookup groups

Use case

Here we will find the existing lookup groups. The groups that you see depend on your Tuum subscription model.

Sample API call

To see the list of lookup groups, use the following endpoint:

Sample response

Below you will find the response to the sample request:

Response
{
    "errors": null,
    "validationErrors": null,
    "data": [
        "ACCOUNT",
        "AML",
        "BACKOFFICE",
        "BC",
        "CARD",
        "COLLATERAL",
        "COMMON",
        "CURRENCY",
        "CURRENCYCLOUD",
        "DEBT",
        "DEPOSIT",
        "DIRECT_DEBIT",
        "EXTERNAL",
        "FINANCE",
        "LHV",
        "LOAN",
        "PAYMENT_ROUTER",
        "PERSON",
        "RISK",
        "STORAGE",
        "SWIFT",
        "UNKNOWN"
    ]
}

Result

With this request, we can see the list of existing lookup group codes.

https://lookup-api.sandbox.tuumplatform.com/api/v1/lookup-groups

Learn more about the endpoint in the Tuum developer portal.

find existing lookup groups