API Get a List of All Groups Available on Your Account

Get a list of all groups available on your account using the API interface:

Request Url:

https://api.vmlogin.com/v1/tag/list?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Request Type: GET

NameTypeDescriptionrequired
tokenstringAuthentication tokentrue

Request

{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae"
}


Note:

For token, please refer to the "View/Change the API Token" tutorial.