get getFreeMessageList

https://onlinesim.io/api/getFreeMessageList
free numbers

DEPRECATED, use getFreeList instead

This request allows you to get a list of received messages on the specified free number.

You can use it for testing, as it returns all the needed data of received messages, including registration/verification codes, one time passwords, etc.

IMPORTANT NOTE!
It is worth to mention that since the access for these numbers is public we do not recommend to use them to create accounts for personal use with any confidential information.

Security

    Parameters

    country
    Required

    Country code (Е.164 standard, without "+" sign), see getNumbersStats

    In: query
    Schema:
    • integer
    phone
    Required
    Free phone number, without country code
    In: query
    Schema:
    • string
      Example: 9100100101
    page
    Page number. All messages are grouped in pages, each containing 10 messages (first page contains the last 10 messages)
    In: query
    Schema:
    • integer
      Example: 1
      >= 1
    lang

    Response language:
    fr - French
    de - German
    ru - Russian
    en - English
    zh - Chinese

    In: query
    Schema:
    • string
      Example: en
      Enum: fr de ru en zh

    Responses

    200

    Successful response for `getFreeMessageList` request: the server returns a list of messages received by the specified free number or throws an exception.
    Content Type:
    application/json
    • Schema
    • Examples
    • object
      Properties:
      • response
        mixed
        1, if the request has been completed successfully, or an error message
        Example: 1
        One Of:
        • integer
        • string
      • messages
        object