Logo
Admin API API Documentation

Get MP Groups

GET {{URL_ORIGIN}}/api/mp-groups

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

[ { "id": "1", "name": "Group66", "mpIds": [ "449683954", "813105313" ] }, { "id": "2", "name": "Group444" }, { "id": "5", "name": "Group333" }, { "id": "6", "name": "Group555", "mpIds": [ "449683954" ] } ]



Curl
curl -X GET 'URL_ORIGIN/api/mp-groups'

ENDPOINTS