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:

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

Learn more about the find existing lookup groups endpoint in the Tuum developer portal.

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.

Last updated

Was this helpful?