GET /scaAssociations

Returns a paginated list of the SCA devices associated with a specific entity.

Servers

Query parameters

Name Type Required Description
pageNumber Integer Yes

The index of the page to retrieve. The index of the first page is 0 (zero).

Default: 0.

entityId String Yes

The unique identifier of the entity.

entityType String Yes

The type of entity you want to retrieve a list of associations for.

Possible values: accountHolder or paymentInstrument.

Valid values:

  • "paymentInstrument"
  • "accountHolder"
pageSize Integer Yes

The number of items to have on a page.

Default: 5.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.