AM/FA/Inv - Get Issuing Legal Entity Details

Details

/external/v1/issuing-legal-entity

Synopsis

get

This route is used to get the details of an issuing legal entity given a set of search filters. This endpoint is paginated, up to 20 records can be retrieved per call. This endpoint can be called by applications with access to scope "readIssuingLegalEntity".

Required scopes
This endpoint requires the following scopes:
  • : readIssuingLegalEntity
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
pageSizenumberOptional

The number of rows being retrieved. Must be a positive integer.

offsetnumberOptional

The offset (i.e. row start index). Must be a positive integer (or 0).

legalEntityIdsFilterstringOptional

The comma delimited list of legal entity ids to filter the legal entity records. Up to 20 records can be provided. Each record should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
legalEntityCorrelationIdsFilterstringOptional

The comma delimited list of legal entity correlation ids to filter the legal entity records. Up to 20 records can be provided. Each record should not exceed 100 characters.

Example: 1234,5678,7890
legalEntityCorrelationOrgIdstring · max: 12Optional

The organization identifier linked to the correlation ids provided in the "legalEntityCorrelationIdsFilter" property. If not provided the organization id will be inferred from the access token.

Responses
200

Successfully extracted the issuing legal entity details

application/json
get
/external/v1/issuing-legal-entity

Last updated

Was this helpful?