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
Name | Type | Description | required |
token | string | Authentication token | true |
Request
{
"token": "66e9f73f3617c6afdc6768f7a61a58ae"
}
Note:
For token, please refer to the "View/Change the API Token" tutorial.