Hide Number API Documentation

    Introduction

    The Hide Number API allows clients to hide phone numbers on Telegram so that certain individuals cannot see them.

    Endpoint

    Method: POST
    URL: /profile-hide-number

    Request Body

    • hide_number (Boolean, required): Specifies whether to hide or unhide the phone number.
    • folder (String, required): The folder containing the accounts to be checked for spambots.
    • phones (List, required): The list of phones to be checked
    • batch_size (Optional, required): The size of each batch for processing.

    Example Request Body

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