GET /api/setOperationOk.php
Complete activation operation
Sets operation status as successful and closes the operation.
This request is send when you want to close the operation explicitly after receiving the required SMS message.
WARNING
Executing of this request is similar to closing active operation in "My numbers" section of the user interface on the website. After closing the operation, you will no longer be able to order or use this number again!
.png)
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 |
ban | integer | This parameter can be used in case if you were issued invalid Enum: 01Example:1 |
lang | string | Response language: Enum: frderuenzhDefault:ruExample:en |
Responses
200
‘Successful response for setOperationOk request: the server
successfully closes the specified operation or throws an exception.’
Code Samples
No code samples available