Check Only Login API Documentation

    Introduction

    The change fragment username API allows clients to toggle fragment usernames

    Endpoint

    Method: POST
    URL: /change-fragment-username

    Request Body

    • folder (String, required): The folder containing the accounts to be checked for spambots.
    • phones (List, required): The list of phones to be checked
    • status (required): activate fragment username or deactivate.

    Example Request Body

    {
        "folder": "active",
        "phones": ["123456789", "123456780"],
        "status": true | false,
    }
    

    Example Response

    • Stream Text
    {
        "123456798": 0,
        "2135467890": 100
    }