List legal persons
GET {{baseUrl}}/entities/legal-persons
Retrieve all stored legal persons.
Pagination options are available via the query parameters.
Allowed roles : EDITOR
, VIEWER
and SHARER
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageToken | string | The pageToken parameter identifies a specific PageModel in the result set that should be returned. | |
In an API response, the nextPageToken and prevPageToken properties identify other PageModels that could be retrieved. | |||
limit | number | (Optional query) Limit the number of results. |
Accepts a positive integer between 1
and 100
. Default: 100
Note that the sever may choose to ignore this parameter and use a lower value.
Example: 20
|
| sort
| string | | (Optional query) Sorting order |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
tangany-version | number | (Required) API version | |
Accept | string | ||
_tangany-data | string |
RESPONSES
status: OK
{"items":[{"id":"78c483d7-5e6d-488b-981c-2ac4bccca2a5","name":"Tangany GmbH","legalForm":"GmbH","legalAddress":{"country":"GB","city":"SOUTHAMPTON","postcode":"SO53 5PD","streetName":"71 Cherry Court","streetNumber":"A. 813"},"related":[{"entityId":"consequat eu sit u","isFictitiousBeneficialOwner":true,"isUltimateBeneficialOwner":true,"position":"nisi","sharePercentage":"50"}],"commercialRegister":"Amtsgericht Munich HRB246113","leiCode":"529900WKXS5ZPJY9W498","taxId":"894894","vatId":"DE815805490","isinCode":"DE000TANG015","legalJurisdiction":"DE","postalAddress":{"country":"GB","city":"SOUTHAMPTON","postcode":"SO53 5PD","streetName":"71 Cherry Court","streetNumber":"A. 813"},"kyc":{"isCreAvailable":false,"businessDescription":"crypto custody"}},{"id":"78c483d7-5e6d-488b-981c-2ac4bccca2a5","name":"Tangany GmbH","legalForm":"GmbH","legalAddress":{"country":"GB","city":"SOUTHAMPTON","postcode":"SO53 5PD","streetName":"71 Cherry Court","streetNumber":"A. 813"},"related":[{"entityId":"sit","isFictitiousBeneficialOwner":false,"isUltimateBeneficialOwner":false,"position":"dolore sunt","sharePercentage":"50"}],"commercialRegister":"Amtsgericht Munich HRB246113","leiCode":"529900WKXS5ZPJY9W498","taxId":"894894","vatId":"DE815805490","isinCode":"DE000TANG015","legalJurisdiction":"DE","postalAddress":{"country":"GB","city":"SOUTHAMPTON","postcode":"SO53 5PD","streetName":"71 Cherry Court","streetNumber":"A. 813"},"kyc":{"isCreAvailable":false,"businessDescription":"crypto custody"}}],"nextPageToken":"NDg2ODg=","pageInfo":{"totalResults":-94479923.74408476,"resultsPerPage":-78916772.85088576}}