API Automation

API Create a Group

API Create a group:

Request Url:

https://api.xlogin.us/v1/tag/create?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&name=xxxxxxxx


Request Type: GET

NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
namestringGroup nametrue


Request


{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae",
    "name": "xlogin.us group"
}   



Note:


Please refer to the "API Token" tutorial to view your API token.