GET
/
omni-omni
/
v1
/
parties
/
{email}
/
relationships
curl --request GET \
  --url https://backend.sandbox.ecrop.de/ecrop-command/omni-omni/v1/parties/{email}/relationships \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "partyEmail": "<string>",
    "relationshipDirection": "MEMBER",
    "relationshipType": "EXECUTIVE"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

email
string
required

Response

200
application/json

Party's relationship are retrieved

The response is of type object[].