Logo
Admin API API Documentation

Get Account

GET {{URL_ORIGIN}}/api/accounts/:id

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

{ "id": "39", "name": "Acc1", "mpId": "14" }



Curl
curl -X GET 'URL_ORIGIN/api/accounts/:id'

ENDPOINTS