Get Accounts
GET {{URL_ORIGIN}}/api/accounts
This API allows to get a list of all MPs with their details.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"accounts": [
{
"id": "39",
"name": "Acc1",
"mpId": "14"
},
{
"id": "40",
"name": "Acc2",
"mpId": "14"
}
]
} |