Users get contacts

GET /v1/Users/{userId}/Contacts

Headers

  • on-behalf-of string Required

    On behalf of user

Path parameters

  • userId string(uuid) Required

Responses

  • 200

    OK

GET /v1/Users/{userId}/Contacts
curl \
 --request GET 'https://api.pre.lwolf.com/transact-workflow/v1/Users/{userId}/Contacts' \
 --header "on-behalf-of: string"