gethttps://onlinesim.io/api/setOperationRevise.php

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.

Security

OAuth2Scopes: sms-scope
sms-scope
grants access to manage numbers for the SMS receiving service from Onlinesim

Parameters

query2
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.'

Content-Typeapplication/json
Schema
Responseobject
responseoneOf

1, if the request has been completed successfully, or an error message

Example:1
One Of
[0]integer
[1]string
tzidinteger

Operation ID

≥ 1
Example:10000

Examples

Successful setOperationRevise response example
{
  "response": 1,
  "tzid": 10000
}

Code Samples

Generating examples...