GET /linked/{user_linked_id}

Path parameters

  • user_linked_id integer(int32) Required

    ID of linked user relation

Responses

  • 200 application/json

    List of linked accounts

GET /linked/{user_linked_id}
curl \
 --request GET 'https://*.syngency.com/admin/api/linked/{user_linked_id}'
Response examples (200)
[
  [
    []
  ]
]