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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Party information retrieved
email
string
required
naturalParty
object