General

Get Partner details

get
/partner-details

Get partner details

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
200

OK

application/json
get
/partner-details

Get Customers

get
/customers

Get list of customers

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
cursorstringOptional

String value used for pagination

limitinteger · min: 1Required

Maximum number of items to return

Default: 20
customerTypestring · enumRead-onlyOptional

An indication of whether the customer is a legal entity, natural person or joint person type

Possible values:
customerStatusstring · enumOptional

Current customer status

Possible values:
labelsstring[] · max: 16Optional

user-defined labels (elements allow grouping of customers as per required logic) filter; will filter customers that have all of the provided labels

searchTextstringOptional

client search text, the search will be performed on the following fields: name of legal entity or natural person, account number

Responses
200

OK

application/json
get
/customers
200

OK

Get Customer

get
/customers/{customerId}

Get customer this can be natural person or legal entity

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerIdstring · uuidRequired

Unique customer identification number in UUID format

Responses
200

OK

application/json
get
/customers/{customerId}

Last updated