Get all NPLE links
GET/sint/linkNPLE/
Get all NPLE links
Request
Responses
- 200
- 401
- 4XX|5XX
List every link NPLE, if it empty, there is no LinkNPLE in the database
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
Link NPLE UUID
Natural person UUID
Legal entity UUID
Shows if the link is active or not. Use to disable an existing link. false=Inactive; true=Active
false=No UBO (Ultimate Beneficial Owner); true=UBO
Rate of Ownership or Detention. Integer. An 18.5% Detention will be keyed 18500. Mandatory if BeneCo=true
Direct Ownership
Indirect Ownership
Voting Rights
Bare Ownership
Legal Representative
Trustee
Protector
Settlor
Trust Beneficiary
Non-Profit Organization
Bond Holder
Trust (under French law)
Trustee (under French law)
Other
Attorney/Mandatary
Position of the Attorney or Mandatary
Mandatary through a Legal Entity
If MandataryLE=true, Mandatary Company Name
Contact Person
Signatory in the Meaning of Olkypay Payment Services T&Cs
Access to the Olkypay Account via web-banking. 0=No Access; 1 to N = Access rank according to authorizations granted in the addendum
Access to the OlkyWallet Account via webApp. 0=No Access; 1 to N = Access rank according to authorizations granted in the addendum
Is Active
[
{
"UUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"NaturalPersonUUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"LegalEntityUUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Status": "true",
"UBO": "true",
"OwnershipRate": "18500",
"DirectOwnership": "true",
"IndirectOwnership": "true",
"VotingRights": "true",
"BareOwnership": "true",
"LegalRepresentative": "true",
"Trustee": "true",
"Protector": "true",
"Settlor": "true",
"TrustBeneficiary": "true",
"NonProfitOrg": "true",
"BondHolder": "true",
"Fiduciaire": "true",
"Fiduciant": "true",
"Other": "true",
"Mandatary": "true",
"MandataryPosition": "string",
"MandataryLE": "true",
"MandataryCompanyName": "string",
"Contact": "true",
"Signatory": "true",
"WebBankingOlky": "0",
"WalletAccess": "0",
"Active": "true",
"uuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
]
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
{
"success": "false",
"code": "400",
"internal_code": "3001",
"message": "Incorect data"
}