Party Management
Party (Self)
This API endpoint allows you to fetch detailed information about the current user corresponding party.
GET
/
omni-omni
/
v1
/
parties
/
self
curl --request GET \
--url https://backend.sandbox.ecrop.de/ecrop-command/omni-omni/v1/parties/self \
--header 'Authorization: Bearer <token>'
{
"email": "<string>",
"legalParty": {
"businessSectors": [
"FIN_INST_BANK_CREDIT"
],
"companyName": "<string>",
"customersLocations": [
"<string>"
],
"customersPaymentTypes": [
"CASH"
],
"description": "<string>",
"legalFormType": "AKTIENGESELLSCHAFT",
"registeredAddress": {
"city": "<string>",
"countryIso2": "<string>",
"houseNo": "<string>",
"street": "<string>",
"zip": "<string>"
},
"registrationNumber": "<string>",
"statute": {
"description": "<string>",
"fileType": "PICTURE",
"id": 123,
"title": "<string>",
"url": "<string>"
},
"symbol": "<string>"
},
"naturalParty": {
"birthDate": "2023-12-25",
"firstName": "<string>",
"image": {
"description": "<string>",
"fileType": "PICTURE",
"id": 123,
"title": "<string>",
"url": "<string>"
},
"kyc": {
"caseId": "<string>",
"caseResult": [
{
"description": "<string>",
"fileType": "PICTURE",
"id": 123,
"title": "<string>",
"url": "<string>"
}
],
"kycProvider": "POSTIDENT",
"kycResult": "success"
},
"lastName": "<string>",
"links": [
{
"id": 123,
"insertDate": "2023-11-07T05:31:56Z",
"modifyDate": "2023-11-07T05:31:56Z",
"title": "<string>",
"url": "<string>"
}
],
"mobile": "<string>",
"nationality": "<string>",
"pepFlag": true,
"phoneNumber": "<string>",
"residentialAddress": {
"city": "<string>",
"countryIso2": "<string>",
"houseNo": "<string>",
"street": "<string>",
"zip": "<string>"
},
"salutation": "UNKNOWN"
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Party information retrieved
Available options:
FIN_INST_BANK_CREDIT
, FIN_INST_PAYMENT
, FIN_INST_E_MONEY
, FIN_INST_FUND_FIRM
, NON_FIN_REAL_STATE
, NON_FIN_PRECIOUS_METAL
, NON_FIN_PRECIOUS_STONE
, NON_FIN_ART_DEALER
, NON_FIN_NOTARIES
, NON_FIN_ACCOUNTANT
, NON_FIN_AUDITORS
, NON_FIN_TAX_ADVISORS
, NON_FIN_TRUST
, GAMBLE_CASINO
, GAMBLE_ONLINE
, GAMBLE_LOTTERY
, LUXURY_GOODS
, CASH_RESTAURANT
, CASH_BAR
, CASH_NIGHTCLUB
, CASH_RETAIL
, OTHER
Available options:
CASH
, CRYPTO_CURRENCY
, CHECKS
, DIGITAL_WALLETS
, CREDIT_DEBIT_CARD
, LETTER_OF_CREDIT
, WIRED_TRANSFER
, ELECTRONIC_FUNC_TRANSFER
Available options:
AKTIENGESELLSCHAFT
, GESELLSCHAFT_MIT_BESCHRANKTER_HAFTUNG
, UNTERNEHMERGESELLSCHAFT
, OFFENE_HANDELSGESELLSCHAFT
, KOMMANDITGESELLSCHAFT
, PARTNERSCHAFTSGESELLSCHAFT
, EINZELUNTERNEHMEN
, GENOSSENSCHAFTEN
, STIFTUNGEN
Available options:
UNKNOWN
, MR
, MRS
Available options:
POSTIDENT
, WEB_ID
Available options:
success
, declined
curl --request GET \
--url https://backend.sandbox.ecrop.de/ecrop-command/omni-omni/v1/parties/self \
--header 'Authorization: Bearer <token>'
{
"email": "<string>",
"legalParty": {
"businessSectors": [
"FIN_INST_BANK_CREDIT"
],
"companyName": "<string>",
"customersLocations": [
"<string>"
],
"customersPaymentTypes": [
"CASH"
],
"description": "<string>",
"legalFormType": "AKTIENGESELLSCHAFT",
"registeredAddress": {
"city": "<string>",
"countryIso2": "<string>",
"houseNo": "<string>",
"street": "<string>",
"zip": "<string>"
},
"registrationNumber": "<string>",
"statute": {
"description": "<string>",
"fileType": "PICTURE",
"id": 123,
"title": "<string>",
"url": "<string>"
},
"symbol": "<string>"
},
"naturalParty": {
"birthDate": "2023-12-25",
"firstName": "<string>",
"image": {
"description": "<string>",
"fileType": "PICTURE",
"id": 123,
"title": "<string>",
"url": "<string>"
},
"kyc": {
"caseId": "<string>",
"caseResult": [
{
"description": "<string>",
"fileType": "PICTURE",
"id": 123,
"title": "<string>",
"url": "<string>"
}
],
"kycProvider": "POSTIDENT",
"kycResult": "success"
},
"lastName": "<string>",
"links": [
{
"id": 123,
"insertDate": "2023-11-07T05:31:56Z",
"modifyDate": "2023-11-07T05:31:56Z",
"title": "<string>",
"url": "<string>"
}
],
"mobile": "<string>",
"nationality": "<string>",
"pepFlag": true,
"phoneNumber": "<string>",
"residentialAddress": {
"city": "<string>",
"countryIso2": "<string>",
"houseNo": "<string>",
"street": "<string>",
"zip": "<string>"
},
"salutation": "UNKNOWN"
}
}