get getFullSms

http://api-conserver.onlinesim.io/stubs/handler_api.php?action=getFullSms
single-service activations

This request returns a full context of received SMS of a given number.

You might want to use this request when provided by getStatus information is not enough to comprehence or you need some data that is contaied in the message, for example when SMS contains not only a verification code, but also the link for promocode, date and time of receipt or any other information that you want to use in your application.

Parameters

action
Required
Method name, in this case `getFullSms`
In: query
Schema:
  • string
    Example: "getFullSms"
    Enum: getFullSms
id
Required

Operation ID (see getNumber or getStatus responses)

In: query
Schema:
  • integer
    Example: 10000
    >= 1

Responses

200

Successful `getFullSms` response from the server: either returns full text of a received SMS or throws an exception.
Content Type:
text/html
  • Schema
  • Examples
  • string
    FULL_SMS:[sender] SMS_context
    Example: "string"