Skip to content

GET /api/setOperationRevise.php

Request next received SMS from the number

Requests next received SMS from this number, if first the one didn't have the right code and/or expected information.

This request can be useful when a service sends multiple SMS messages in a row or when you need to receive more than one message from the same service on a single number.

TIP

For example if the first SMS only contains general information, terms or any promo material and you need the code that is contained in the second SMS, use this request to get the data you need.

Security

  • apikey
  • BearerAuth
  • OAuth2 (Scopes: sms-scope)
    • sms-scope: grants access to manage numbers for the SMS receiving service from Onlinesim

Parameters

NameTypeDescription
tzid*integer
≥ 1

Operation ID

Example:10000
langstring

Response language:
fr - French,
de - German,
ru - Russian,
en - English,
zh - Chinese.
Please note that the translation applies only to string field values, such as service names or country names. Field names themselves, error messages, and standard values (for example, true/false for boolean fields) remain in English.

Enum:frderuenzhDefault:ruExample:en

Responses

200

‘Successful response for setOperationRevise request: the server
successfully processing another SMS received by this number or
throws an exception.’

Code Samples