Account UPload API Documentation

    Introduction

    Move Accounts from one folder to another

    Endpoint

    Method: POST
    URL: /move-accounts

    Request Body

    • phones (List, required): phone numbers which u want to move
    • from_folder (String, required): folder name from which u want to move
    • to_folder (String, required): folder name to which u want to move

    folder names

    active | deleted | archived | spamblock | tempspamblock

    Example Request Body

    {
        "phones": ["123456789", "123456789"],
        "from_folder": "active",
        "to_folder": "deleted"
    }