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
| Name | Type | Description |
|---|---|---|
tzid* | integer≥ 1 | Operation ID Example: 10000 |
lang | string | Response language: 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
No code samples available