Get Accounts

GET {{URL_ORIGIN}}/api/accounts

This API allows to get a list of all MPs with their details.

RESPONSES

status: OK

{"accounts":[{"id":"39","name":"Acc1","mpId":"14"},{"id":"40","name":"Acc2","mpId":"14"}]}