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
Name | Type | Description | required |
token | string | Authentication token | true |
name | string | Group name | true |
orderby | number | The smaller the number, the higher the ranking | false |
Request
{
"token": "66e9f73f3617c6afdc6768f7a61a58ae",
"name": "vmlogin test",
"orderby": 0
}
Note:
For the token, please refer to the "View/Change the API Token" tutorial.