linked accounts list

GET {{baseUrl}}/linked-accounts

List linked accounts for your organization.

Request Params

KeyDatatypeRequiredDescription
categorystring
cursorstringThe pagination cursor value.
end_user_email_addressstringIf provided, will only return linked accounts associated with the given email address.
end_user_organization_namestringIf provided, will only return linked accounts associated with the given organization name.
end_user_origin_idstringIf provided, will only return linked accounts associated with the given origin ID.
end_user_origin_idsstringComma-separated list of EndUser origin IDs, making it possible to specify multiple EndUsers at once.
idstring
idsstringComma-separated list of LinkedAccount IDs, making it possible to specify multiple LinkedAccounts at once.
include_duplicatesbooleanIf true, will include complete production duplicates of the account specified by the id query parameter in the response. id must be for a complete production linked account.
integration_namestringIf provided, will only return linked accounts associated with the given integration name.
is_test_accountstringIf included, will only include test linked accounts. If not included, will only include non-test linked accounts.
page_sizenumberNumber of results to return per page.
statusstringFilter by status. Options: COMPLETE, INCOMPLETE, RELINK_NEEDED

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"next":"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw","previous":"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ","results":[{"end_user_email_address":"hradmin@foobar.dev","end_user_organization_name":"Foo Bar, LLC","id":"e59b1821-f85c-4e28-a6b3-1804156f3563","status":"COMPLETE","webhook_listener_url":"https://api.merge.dev/api/integrations/webhook-listener/7fc3mee0UW8ecV4","category":"hris","status_detail":"in sunt esse","end_user_origin_id":"3ac95cde-6c7f-4eef-afec-be710b42308d","is_duplicate":true,"integration":{"categories":["mktg","mktg"],"color":"eiusmod cupidatat exercitation","name":"et sed cupidatat ut officia","passthrough_available":false,"slug":"officia minim pariatur adipis","image":"fugiat","square_image":"mollit ipsum Lorem consequat cupidatat","available_model_operations":[{"available_operations":["FETCH","CREATE"],"model_name":"Candidate","required_post_parameters":["remote_user_id"],"supported_fields":["first_name","last_name","company","title"]},{"available_operations":["FETCH","CREATE"],"model_name":"Candidate","required_post_parameters":["remote_user_id"],"supported_fields":["first_name","last_name","company","title"]}]}},{"end_user_email_address":"hradmin@foobar.dev","end_user_organization_name":"Foo Bar, LLC","id":"e59b1821-f85c-4e28-a6b3-1804156f3563","status":"COMPLETE","webhook_listener_url":"https://api.merge.dev/api/integrations/webhook-listener/7fc3mee0UW8ecV4","category":"hris","status_detail":"labore veniam quis","end_user_origin_id":"3ac95cde-6c7f-4eef-afec-be710b42308d","is_duplicate":true,"integration":{"categories":["ats","accounting"],"color":"dolor fugiat Excepteur","name":"v","passthrough_available":true,"slug":"sint in esse nulla","image":"ad cupidatat amet","square_image":"qui irure","available_model_operations":[{"available_operations":["FETCH","CREATE"],"model_name":"Candidate","required_post_parameters":["remote_user_id"],"supported_fields":["first_name","last_name","company","title"]},{"available_operations":["FETCH","CREATE"],"model_name":"Candidate","required_post_parameters":["remote_user_id"],"supported_fields":["first_name","last_name","company","title"]}]}}]}