DiceX DevelopersDiceX API Docs

Get Contact Group List

GET
/api/v1/Account/GetContactGroupList
ApiKey<token>

API Key needed to access the endpoints. Example: "ApiKey: {key}"

In: header

Response Body

curl -X GET "https://gateway.dicex.me/api/v1/Account/GetContactGroupList"
{
  "isSuccess": true,
  "message": "string",
  "value": [
    {
      "id": 0,
      "name": "string"
    }
  ]
}