List all user accounts of the specified partner.
Linkcy Api (1.114.5)
This is the partner API from linkcy. Here you can find our API documentation.
LinkCy API allows you to create fully embedded banking products for your own company or consumers. This API is backed by all mandatory requirements by financial authorities. To process, information provided into the API must be accurate.
You can obtain a LinkCy Authorization Key by contacting our commercial team here.
Download OpenAPI description
Overview
Languages
Servers
Generated server url
https://api.sandbox.linkcy.cloud/
- Generated server urlhttps://api.sandbox.linkcy.cloud/api/partner/accounts
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadOK
List of roles of the user.
Items Enum"ACCOUNT_CREATE""BANKING_DETAILS_DOCUMENT_EXPORT""BENEFICIARY_CREATE""BENEFICIARY_INFO""BENEFICIARY_LIST""BENEFICIARY_UPDATE""DIRECT_DEBIT_MANDATE_CREATE""DIRECT_DEBIT_MANDATE_UPDATE""DIRECT_DEBIT_MANDATE_ACTIVATE""DIRECT_DEBIT_MANDATE_CANCEL"
Response
application/json
{ "content": [ { … } ], "totalElements": 1, "page": 0, "pageSize": 0 }
If you notice an error or find something unclear, we’d greatly appreciate your feedback to help us improve.
- Generated server urlhttps://api.sandbox.linkcy.cloud/api/partner/accounts
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
application/json
{ "email": "string", "roles": [ "ACCOUNT_CREATE" ] }
Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "otp": "string" }
If you notice an error or find something unclear, we’d greatly appreciate your feedback to help us improve.
- Generated server urlhttps://api.sandbox.linkcy.cloud/api/partner
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
application/json
{ "name": "string", "displayName": "string", "logoUrl": "string", "address": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "isoCountryCode": "ABW", "city": "string", "postalCode": "string", "street": "string", "number": "string", "refinement": "string", "stateOrProvince": "string", "status": "INVALID" }, "consumerOtpMessage": "string", "corporateOtpMessage": "string", "emailProperties": { "senderEmailAddress": "string", "senderEmailName": "string" }, "contactInformation": { "adminEmail": "string", "billingEmail": "string", "commercialEmail": "string", "techEmail": "string", "complianceEmail": "string" }, "limits": { "ledger": { … }, "sctInst": { … }, "limitedStatus": { … } }, "creationDate": "2019-08-24T14:15:22Z", "updateDate": "2019-08-24T14:15:22Z" }
If you notice an error or find something unclear, we’d greatly appreciate your feedback to help us improve.
Consumer
The consumer represents the individual partner client. It must have a valid phone number and be formally identified with a KYC procedure before carrying out any operation.
Operations