API Create a Group

Create a group using the API interface:

Request Url:

https://api.vmlogin.com/v1/tag/create?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&name=xxxxxxx&orderby=0

Request Type: GET

NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
namestringGroup nametrue
orderbynumberThe smaller the number, the higher the rankingfalse

Request

{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae",
    "name": "vmlogin test",
    "orderby": 0
}


Note:

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