Return a single person with the given id and matching linking identifier

GET /api/crm/linked_person/{id}

Path parameters

  • id string Required

Query parameters

  • iw-build-id string

    build id of the client

  • iw-package-id string

    package id of the client

Responses

  • default
GET /api/crm/linked_person/{id}
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/crm/linked_person/{id}' \
 --header "x-session-token: $API_KEY"