Difference between revisions of "Template:Latest stable software release/Tinder"

From blackwiki
Jump to navigation Jump to search
imported>Dozed Off
(→‎References: I've checked the day the iOS version of Tinder (app) was last updated on.)
({"id":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","name":"onlinesim.ru - Receiving SMS ","description":"# General description\n\nOnlinesim.ru API provides you with the possibility to use our service in the automatic mode. For that purpose, you have to get an API key in the User Profile tab and to implement approximately the following operating procedure in the software:\n\nRequest a virtual number, get the TZID (unique number of registered operation) - the getNum method;\nGet a mobile number by th...)
Line 1: Line 1:
{{Multiple releases
 
  
|branch1 = iOS
+
{"id":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","name":"onlinesim.ru - Receiving SMS ","description":"# General description\n\nOnlinesim.ru API provides you with the possibility to use our service in the automatic mode. For that purpose, you have to get an API key in the User Profile tab and to implement approximately the following operating procedure in the software:\n\nRequest a virtual number, get the TZID (unique number of registered operation) - the getNum method;\nGet a mobile number by the TZID, enter the number into the confirmation form on the required website (service) \u2013 the getState method;\n\nRun the cycle that will check for receipt of a response - the getState method;\n\nIf the response is correct \u2014 complete the operation \u2013 the setOperationOk method;\n\nIf the response does not match \u2014 request elaboration \u2013 the setOperationRevise method;\n\nComplete the operation \u2013 the setOperationOk method;\n\nIn order to use the API, you have to perform a POST or GET request via the HTTP protocol to the specified URL: https:\/\/onlinesim.ru\/api\/METHOD_NAME.php?PARAMETERS&apikey=YOUR_APIKEY&lang=LANGUAGE\n\n| Method        | Description  |\n| ------------- |:-------------:|\n| METHOD_NAME  | name of the method from the list of API functions |\n| PARAMETERS    | parameters of the relevant API method      |\n| YOUR_APIKEY  | access key set up in the User Profile tab.     |\n| LANGUAGE      | language, not required parameter. \"en\" - English; \"ru\" - Russian;      |\n\n# Common returned responses\n\nThe RESPONSE parameter values are common for all methods.\n\nACCOUNT_BLOCKED |\taccount blocked\nERROR_WRONG_KEY |\twrong apikey\nERROR_NO_KEY |\tno apikey\nERROR_NO_SERVICE |\tservice not specified\nREQUEST_NOT_FOUND |\tAPI method not specified\n\n# Encryption\n\nIn these methods, register and login, the password parameter is transmitted in an encrypted form using the RSA algorithm, the encryption procedure is the following:\n\n1. Get a public key: \/api\/public.pem\n2. Encrypt the password using this key;\n3. Wrap the result around base64;\n\nAttention: to use this method you need access to the developer's key. To get it, go to this section: [Tech. Support](https:\/\/onlinesim.ru\/v2\/pages\/tickets\/26369)\n\n\n\n","auth":null,"events":[{"listen":"prerequest","script":{"id":"c40be244-7c35-4861-b5d8-6a1cab290c5d","type":"text\/javascript","exec":[""]}},{"listen":"test","script":{"id":"a99aab13-c38e-4b38-8a2d-0214d5bf5a03","type":"text\/javascript","exec":[""]}}],"variables":[{"key":"signature","value":"apikey","type":"text","warning":"","disabled":false},{"key":"number","value":"number","type":"text","warning":"","disabled":false},{"key":"tzid","value":"1234","type":"text","warning":"","disabled":false},{"key":"service","value":"VKcom","type":"text","warning":"","disabled":false},{"key":"password","value":"password","type":"text","warning":"","disabled":false},{"key":"login","value":"login","type":"text","warning":"","disabled":false},{"key":"email","value":"email","type":"text","warning":"","disabled":false},{"key":"dev_key","value":"dev_key","type":"text","warning":"","disabled":false},{"key":"apikey","value":"apikey","type":"text","warning":"","disabled":false},{"key":"page","value":"1","description":"","type":"text","disabled":false},{"key":"id","value":"1","description":"","type":"text","disabled":false},{"key":"username","value":"username","description":"","type":"text","disabled":false}],"order":["1c5c940d-e965-4ab1-b3ce-2544ef9b8716","d4ba1358-c108-45fc-9982-0e09a4b22dca","62981a10-c567-4e5e-8145-c06595c791cb","b14df635-c514-464d-8142-081a58cfeaf0","794a995d-57bf-495e-9ae3-d9b71bb2ebb0","1b62e4f5-44f1-49a3-947e-f07a51492836","17c54689-fecf-4d98-9c86-2cc8cf2d553c","e830818e-4225-413c-93dd-584e6cd42358","b6007829-bf78-4291-8345-6eba981d2261","f479f02e-dcef-4558-884f-74b00eadcbc9","d2485d9f-df9d-43b2-9a99-c7ad1f1a55d9","f094fa46-d312-4193-ad33-9308d6e50367","d4545e2c-784e-45a0-8ff5-6695dff7ce83","6c373ac2-0d34-4a4e-a1c1-f037428c59c1","25bdda07-19c5-4ef0-9890-11976133ea27","349cdbab-975e-433f-bc9e-c6daa8a1fd50","163c48f5-dea3-4a6b-aa19-c502651b4dfc","93e1a42d-d82b-4f3f-a08b-bd18a06c1a25","b23ae793-3050-4119-a012-4f8f790fb72a","8ebfc4e4-60cb-4a54-91de-a12fdf1eef81"],"folders_order":[],"folders":[],"requests":[{"id":"163c48f5-dea3-4a6b-aa19-c502651b4dfc","name":"forwardingList","url":"http:\/\/onlinesim.ru\/api\/forwardingList.php?apikey={{apikey}}&number={{number}}&id={{id}}&page={{page}}","description":"It displays the list of all forwardings\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{\"response\": RESPONSE,\"forwardingList\": {\"total\": 17,\"per_page\": 10,\"current_page\": 1,\"last_page\": 2, \"next_page_url\": \"https:\/\/on.ru\/api\/forwardingList.php?page=2\",\"prev_page_url\": null,\"from\": 1,\"to\": 10,\"data\": [......]}}\n```\n\nName of parameter | Description\n-------------- | --------------\ntotal | the total quantity\ncurrent_page | the current page\nlast_page | total pages\ndata | array of the list of forwardings, and data on each forwarding\n\n```json\n{response:RESPONSE, forwarding\": {\"id\": id,\"id_user\": id_user,\"minutes\": minutes,\"status\": status,\"id_number\": id_number, \"number\": number,\"forward_number\": forward_number,\"created_at\": created_at,\"updated_at\": updated_at,\"extension\": extension,\"data\": { \"balance\": data,\"time_update_balance\": time_update_balance,\"region\": region}}\n```\n\nName of parameter | Description\n-------------- | --------------\nid | unique number of forwarding\nid_user | user ID\nminutes | balance of minutes\nstatus | current status of the forwarding:<br>1 - Active<br>2 - Blocked<br>3 - Completed<br>4 - Replacement of the number<br>5 - Sent for blocking<br>6 - Waiting for completion\nnumber | the virtual number, which the forwarding has been set up from\nforward_number | the telephone number, which the forwarding has been set up to\nextension | automated extension (true - enabled, false - disabled)\nbalance | current balance for the virtual number\ntime_update_balance | date and time of the last balance update\nregion | region of the virtual number","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"number","value":"{{number}}","equals":true,"description":"apikey","enabled":true},{"key":"id","value":"{{id}}","equals":true,"description":"unique number of the forwarding, to display the particular forwarding","enabled":true},{"key":"page","value":"{{page}}","equals":true,"description":"sequential page number, 10 pcs. per page","enabled":true},{"key":"sort","value":"non-required","equals":false,"description":"sorting, for example: {\"number\":\"DESC\",\"forward_number\":\"ASC\"} 1 - field name for sorting, 2 - type of sorting (ASC,DESC)","enabled":false}],"auth":null,"events":null,"folder":null,"responses":[{"id":"802bb10e-e4cb-4be5-b691-8818ddbef975","name":"forwardingList","status":"","mime":"","language":"json","text":"{\n    \"response\": \"1\",\n    \"forwardingList\": {\n        \"total\": 3,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"next_page_url\": null,\n        \"prev_page_url\": null,\n        \"from\": 1,\n        \"to\": 4,\n        \"data\": [\n            {\n                \"id_number\": 1,\n                \"id\": 1,\n                \"status\": 4,\n                \"number\": 123456789,\n                \"forward_number\": [\n                    \"2222222222\",\n                    \"1111111111\"\n                ],\n                \"date_block\": 0,\n                \"created_at\": \"2017-12-01 11:39:03\",\n                \"repeat\": false,\n                \"comment\": \"\",\n                \"extension\": false,\n                \"data\": {\n                    \"balance\": null,\n                    \"time_update_balance\": null,\n                    \"region\": null\n                }\n            },\n            {\n                \"id_number\": 2,\n                \"id\": 2,\n                \"status\": 1,\n                \"number\": 234567890,\n                \"forward_number\": [\n                    \"2222222222\"\n                ],\n                \"date_block\": 0,\n                \"created_at\": \"2016-09-15 15:33:01\",\n                \"repeat\": false,\n                \"comment\": \"\",\n                \"extension\": false,\n                \"data\": {\n                    \"balance\": null,\n                    \"time_update_balance\": null,\n                    \"region\": null\n                }\n            },\n            {\n                \"id_number\": 3,\n                \"id\": 3,\n                \"status\": 1,\n                \"number\": 3333333333,\n                \"forward_number\": [\n                    \"2222222222\"\n                ],\n                \"date_block\": 0,\n                \"created_at\": \"2016-09-15 15:33:01\",\n                \"repeat\": false,\n                \"comment\": \"\",\n                \"extension\": false,\n                \"data\": {\n                    \"balance\": null,\n                    \"time_update_balance\": null,\n                    \"region\": null\n                }\n            }\n        ]\n    },\n    \"forward_minute\": 2\n}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/forwardingList.php?number={{number}}&id={{id}}&page=1","pathVariableData":[],"queryParams":[{"key":"number","value":"{{number}}","equals":true,"description":"apikey","enabled":true},{"key":"id","value":"{{id}}","equals":true,"description":"unique number of the forwarding, to display the particular forwarding","enabled":true},{"key":"page","value":"1","equals":true,"description":"sequential page number, 10 pcs. per page","enabled":true},{"key":"sort","value":"","equals":false,"description":"sorting, for example: {\"number\":\"DESC\",\"forward_number\":\"ASC\"} 1 - field name for sorting, 2 - type of sorting (ASC,DESC)","enabled":false}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"163c48f5-dea3-4a6b-aa19-c502651b4dfc","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"17c54689-fecf-4d98-9c86-2cc8cf2d553c","name":"getState","url":"http:\/\/onlinesim.ru\/api\/getState.php?apikey={{apikey}}&tzid={{tzid}}","description":"It returns the state for the selected operation\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n[{tzid:TZID, response:RESPONSE, service:SERVICE, number:NUMBER, msg:MSG, time:TIME, form:FORM, forward_status:FORWARD_STATUS, forward_number:FORWARD_NUMBER}]\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message\ntzid | operation ID\nservice | service, with the same values as in the getNum method\nnumber | dedicated virtual number, in the international format\nmsg | code from the SMS\ntime | time to operation completion;\nform | type of reception (online reception \u2014 index, delayed reception \u2014 deferr)\nforward_status | forwarding activation status (from 0 to 9 cm. Help \u2013 Forwarding Statuses)\nforward_number | number for forwarding\ncountry | Country of the number(7 - Russia, 86 - China)\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nWARNING_NO_NUMS | no matching mumbers\nTZ_INPOOL | waiting for a number to be dedicated to the operation\nTZ_NUM_WAIT | waiting for response\nTZ_NUM_ANSWER | response has arrived\nTZ_OVER_EMPTY | response did not arrive within the specified time\nTZ_OVER_OK | operation has been completed\nERROR_NO_TZID | tzid is not specified\nERROR_NO_OPERATIONS | no operations\nACCOUNT_IDENTIFICATION_REQUIRED | You have to go through an identification process to get SMSs from this service.","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"{{tzid}}","equals":true,"description":"operation identifier","enabled":true},{"key":"message_to_code","value":"non-required","equals":false,"description":"1 - display only the code from the SMS, 0 - show the entire SMS","enabled":false},{"key":"form","value":"non-required","equals":false,"description":"type of reception, 1 - online reception, 2 - repeated reception, 3 - delayed reception. Default value - 1,3","enabled":false},{"key":"orderby","value":"non-required","equals":false,"description":"ascending\/descending sorting asc\/desc. Default value - asc","enabled":false},{"key":"msg_list","value":"non-required","equals":false,"description":"Type of message list, 1 - the list, 0 - the active message","enabled":false}],"auth":null,"events":null,"folder":null,"responses":[{"id":"6b831295-7063-4e14-b21f-4686bfd43675","name":"getState - ERROR_WRONG_KEY","status":"","mime":"","language":"json","text":"{\"response\":\"ERROR_WRONG_KEY\"}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getState.php?apikey={{apikey}}&tzid={{tzid}}","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"{{tzid}}","equals":true,"description":"operation identifier","enabled":true},{"key":"message_to_code","value":"","equals":false,"description":"1 - display only the code from the SMS, 0 - show the entire SMS","enabled":false},{"key":"form","value":"","equals":false,"description":"type of reception, 1 - online reception, 2 - repeated reception, 3 - delayed reception. Default value - 1,3","enabled":false},{"key":"orderby","value":"","equals":false,"description":"ascending\/descending sorting asc\/desc. Default value - asc","enabled":false},{"key":"msg_list","value":"","equals":false,"description":"Type of message list, 1 - the list, 0 - the active message","enabled":false}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Type","value":"application\/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 14 Mar 2018 15:38:05 GMT","name":"Date","description":""},{"key":"Server","value":"nginx\/1.13.8","name":"Server","description":""}],"cookies":[{"domain":"onlinesim.ru","expirationDate":1536043033,"httpOnly":true,"name":"__cfduid","path":"\/","secure":false,"url":"http:\/\/onlinesim.ru","value":"dcbf77d1a19721fbceb71ee2ed7f98df41504507033"},{"domain":"onlinesim.ru","expirationDate":1521055085,"httpOnly":false,"name":"XSRF-TOKEN","path":"\/","secure":true,"url":"http:\/\/onlinesim.ru","value":"eyJpdiI6IjBvZU4xdVlIN0REODVNQ1BXaGo5d0E9PSIsInZhbHVlIjoia2V1NFd5SmxsZWpWZW53eGhuankwZDJaYUpFYWdvcHB3eng2ZjlMREdMa3BIaXphSlBNbkRnQjE1RWNNTGNXcUkzXC9cL2I5YzRrd1ZSelR3aTFiUHlxQT09IiwibWFjIjoiNWY0ODRiOWQxOTcyZTg0ZTU5NWEwOGI3OGRiNmI2MmUzMDM0OTZkN2IxZTNlNzcwYzU0MWJiYzVmODA1YjA1MSJ9"},{"domain":"onlinesim.ru","expirationDate":1521055085,"httpOnly":true,"name":"laravel_session","path":"\/","secure":true,"url":"http:\/\/onlinesim.ru","value":"eyJpdiI6IkZvYUdqRHRtd3dCS0RWaXNWTGxSRHc9PSIsInZhbHVlIjoiMWRMSVJYYmhsUXpHczF5dWFGQmxMWjdmRDhoMDRuaDRCa2duQmhyMDdxUTkzMlwvckxLZllpbjZFM0pDNzFrTlRjU3dSMkxqRlNBelgwUzBzYU9xeURBPT0iLCJtYWMiOiJlZTZhNzRkOGM1NjU1NWZmNzdhMTg1YjY4NjQ0MjM3ZmFmNmQwOTE2NDAxZWJmYzM1MmYwNjA0YTFhMjMzOTFkIn0%3D"}],"request":"17c54689-fecf-4d98-9c86-2cc8cf2d553c","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"},{"id":"e2066af0-ae28-422d-b07b-c471ed340b56","name":"getState","status":"","mime":"","language":"json","text":"[{\"tzid\":1, \"response\":1, \"service\":\"service\", \"number\":\"123456789\", \"msg\":\"MSG\", \"time\": 1200, \"form\":\"1\"}]","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getState.php?apikey={{apikey}}&tzid={{tzid}}","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"{{tzid}}","equals":true,"description":"operation identifier","enabled":true},{"key":"message_to_code","value":"","equals":false,"description":"1 - display only the code from the SMS, 0 - show the entire SMS","enabled":false},{"key":"form","value":"","equals":false,"description":"type of reception, 1 - online reception, 2 - repeated reception, 3 - delayed reception. Default value - 1,3","enabled":false},{"key":"orderby","value":"","equals":false,"description":"ascending\/descending sorting asc\/desc. Default value - asc","enabled":false},{"key":"msg_list","value":"","equals":false,"description":"Type of message list, 1 - the list, 0 - the active message","enabled":false}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"17c54689-fecf-4d98-9c86-2cc8cf2d553c","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"1b62e4f5-44f1-49a3-947e-f07a51492836","name":"setForwardStatusEnable","url":"http:\/\/onlinesim.ru\/api\/setForwardStatusEnable.php","description":"It confirms forwarding\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, TZID:tzid}\n```\n\nParameter | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message\ntzid | operation ID\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nNO_CONFIRM_FORWARD | unable to confirm forwarding","data":[{"key":"apikey","value":"{{apikey}}","description":"apikey","type":"text","enabled":true},{"key":"tzid","value":"{{tzid}}","equals":true,"description":"operation identifier","enabled":true}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"c0ea61bd-662c-4235-8f89-9b434e29ac41","name":"setForwardStatusEnable","status":"","mime":"","language":"json","text":"{\"response\":1,\"tzid\":1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/setForwardStatusEnable.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"{{apikey}}","description":"apikey","type":"text","enabled":true},{"key":"tzid","value":"{{tzid}}","equals":true,"description":"operation identifier","enabled":true}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"1b62e4f5-44f1-49a3-947e-f07a51492836","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"1c5c940d-e965-4ab1-b3ce-2544ef9b8716","name":"Register","url":"http:\/\/on.ru\/api\/register.php","description":"New user registration, POST request, all the parameters must be transmitted in the request body\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{\"response\":\"1\",\"active\":\"true\"}\n```\n\nResult | Description \n-------------- | -------------- \nresponse | 1, if the request has been completed successfully, or an error message\nactive | true - email address confirmation required, false - not required\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nTIME_ERROR | You have exceeded the number of registration requests allowed\n\"email\": [ \"The email address field is required.\"],..| Reference to missing or non-matching data","data":[{"key":"name","value":"{{username}}","type":"text","enabled":true,"description":"full name"},{"key":"username","value":"{{username}}","type":"text","enabled":true,"description":"username"},{"key":"email","value":"{{email}}","type":"text","enabled":true,"description":"email"},{"key":"password","value":"{{password}}","type":"text","enabled":true,"description":"password in encrypted form, see Encryption, minimum number of symbols: 10, TEXT (string type)"},{"key":"password_confirmation","value":"{{password}}","type":"text","enabled":true,"description":"confirmation of password in encrypted form, see Encryption, minimum number of symbols: 10, TEXT (string type)"},{"key":"dev_key","value":"{{dev_key}}","type":"text","enabled":true,"description":"developer key"},{"key":"terms","value":"true","type":"text","enabled":true,"description":"agreement to follow the service's rules, true\/false - agree\/do not agree"}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"32c697c5-fa66-4c0d-9d3a-132f77aeb80d","name":"Register","status":"","mime":"","language":"json","text":"{\"response\":\"1\",\"active\":\"true\"}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/on.ru\/api\/register.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"name","value":"{{username}}","type":"text","enabled":true,"description":"full name"},{"key":"username","value":"{{username}}","type":"text","enabled":true,"description":"username"},{"key":"email","value":"{{email}}","type":"text","enabled":true,"description":"email"},{"key":"password","value":"{{password}}","type":"text","enabled":true,"description":"password in encrypted form, see Encryption, minimum number of symbols: 10, TEXT (string type)"},{"key":"password_confirmation","value":"{{password}}","type":"text","enabled":true,"description":"confirmation of password in encrypted form, see Encryption, minimum number of symbols: 10, TEXT (string type)"},{"key":"dev_key","value":"{{dev_key}}","type":"text","enabled":true,"description":"developer key"},{"key":"terms","value":"true","type":"text","enabled":true,"description":"agreement to follow the service's rules, true\/false - agree\/do not agree"}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"1c5c940d-e965-4ab1-b3ce-2544ef9b8716","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"25bdda07-19c5-4ef0-9890-11976133ea27","name":"getServiceNumber","url":"http:\/\/onlinesim.ru\/api\/getServiceNumber.php?apikey={{apikey}}&service={{service}}","description":"It gets the list of numbers for the specified service.\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, number:[\"number\",\"...\",\"...\"]}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message;\n[\"number\",\"...\",\"...\"] | array of services available for a repeated SMS.\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nERROR_NO_SERVICE_REPEAT | no services for repeated reception\nSERVICE_TO_NUMBER_EMPTY | no numbers for repeated reception for this service","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"{{service}}","equals":true,"description":"takes on one of the values obtained using the getService method","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"df53a3e2-2b4c-491b-80c9-f447ebe9c716","name":"getServiceNumber","status":"","mime":"","language":"json","text":"{\n    \"response\": 1,\n    \"number\": [\n        \"number\",\n        \"...\",\n        \"...\"\n    ]\n}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getServiceNumber.php?apikey={{apikey}}&service={{service}}","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"{{service}}","equals":true,"description":"takes on one of the values obtained using the getService method","enabled":true}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"25bdda07-19c5-4ef0-9890-11976133ea27","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"349cdbab-975e-433f-bc9e-c6daa8a1fd50","name":"getNumRepeat","url":"http:\/\/onlinesim.ru\/api\/getNumRepeat.php?apikey={{apikey}}&service={{service}}&number={{number}}","description":"It creates a request for repeated use of the virtual number\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nEXCEEDED_CONCURRENT_OPERATIONS | maximum quantity of concurrent operations has been exceeded\nNO_NUMBER | temporarily no numbers available for the selected service\nTIME_INTERVAL_ERROR | delayed SMS reception is not possible at this interval of time\nINTERVAL_CONCURRENT_REQUESTS_ERROR | maximum quantity of concurrent requests for number issue is exceeded, try again later\nERROR_NO_SERVICE | service is not specified\nERROR_NO_NUMBER | number is not specified\nTRY_AGAIN_LATER | temporarily unable to perform the request\nERROR_PARAMS | one or both parameters are wrong\nLIFICYCLE_NUM_EXPIRED | the number has expired\nNEED_EXTENSION_NUMBER | you have to extend the number, see the Extension tab","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"{{service}}","equals":true,"description":"takes on one of the values obtained using the getService method","enabled":true},{"key":"number","value":"{{number}}","equals":true,"description":"takes on one of the values obtained using the getServiceNumber method","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"3256e5a9-a2f3-4e32-aee5-0144280f4cd1","name":"getNumRepeat","status":"","mime":"","language":"json","text":"{\n    \"service\": \"service\",\n    \"number\": 123456789\n}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getNumRepeat.php?apikey={{apikey}}&service={{service}}&number={{number}}","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"{{service}}","equals":true,"description":"takes on one of the values obtained using the getService method","enabled":true},{"key":"number","value":"{{number}}","equals":true,"description":"takes on one of the values obtained using the getServiceNumber method","enabled":true}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"349cdbab-975e-433f-bc9e-c6daa8a1fd50","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"62981a10-c567-4e5e-8145-c06595c791cb","name":"getServiceList","url":"http:\/\/onlinesim.ru\/api\/getServiceList.php?apikey={{apikey}}","description":"It returns the services that are available for order, the cost of all the types of reception, the percentage of available numbers\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n[ { \"id\": \"0\", \"slug\": \"VKcom\", \"title\": \"VKontakte\", \"index\": \"14\", \"repeat\": \"8\", \"deferr\": \"12\", \"limit\": \"50\" }, { \"id\": \"1\", \"slug\": \"3223\", \"title\": \"Facebook\", \"index\": \"4\", \"repeat\": \"5\", \"deferr\": \"3\", \"limit\": \"50\" }, ... ]\n```\n\nParameter | Description\n-------------- | --------------\nid | Service ID\nslug | Service name\ntitle | Service title\nindex | Cost of online SMS reception in RUR\nrepeat | Cost of repeated SMS reception in RUR\ndeferr | Cost of delayed SMS reception in RUR\nlimit | Percentage of available numbers from the total quantity of numbers","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"c0e94a45-09ab-4a9d-9ede-43c36366f00c","name":"getServiceList","status":"","mime":"","language":"json","text":"[ { \"id\": \"0\", \"slug\": \"VKcom\", \"title\": \"VKontakte\", \"index\": \"14\", \"repeat\": \"8\", \"deferr\": \"12\", \"limit\": \"50\" }, { \"id\": \"1\", \"slug\": \"3223\", \"title\": \"Facebook\", \"index\": \"4\", \"repeat\": \"5\", \"deferr\": \"3\", \"limit\": \"50\" } ]","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getServiceList.php?apikey={{apikey}}","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"","enabled":true}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"62981a10-c567-4e5e-8145-c06595c791cb","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"6c373ac2-0d34-4a4e-a1c1-f037428c59c1","name":"getService","url":"http:\/\/onlinesim.ru\/api\/getService.php?apikey={{apikey}}&country={{country}}","description":"Getting the list of services for a repeat order of SMS\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, service: [\"service\",\"...\",\"...\"]}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message;\n[\"service\",\"...\",\"...\"] | Array of services available for a repeated SMS.","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"country","value":"{{country}}","equals":true,"description":"Without parameter - 7<br>7 - Russia<br>86 - China","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"af31656f-a294-427f-ab4a-d101e18e4b0f","name":"getService","status":"","mime":"","language":"json","text":"{response:RESPONSE, service: [\"service\",\"...\",\"...\"]}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getService.php?apikey={{apikey}}","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"6c373ac2-0d34-4a4e-a1c1-f037428c59c1","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"794a995d-57bf-495e-9ae3-d9b71bb2ebb0","name":"getForward","url":"http:\/\/onlinesim.ru\/api\/getForward.php","description":"It makes a request for a virtual number for forwarding, creates an operation (saves the list of request parameters).\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, tzid:TZID}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message\ntzid | operation ID\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nERROR_NUMBERS_PARAMS | error in the number format\nEXCEEDED_CONCURRENT_OPERATIONS | maximum quantity of numbers booked simultaneously is exceeded for your account\nNO_NUMBER | temporarily no numbers available for the selected service\nTIME_INTERVAL_ERROR | delayed SMS reception is not possible at this interval of time\nINTERVAL_CONCURRENT_REQUESTS_ERROR | maximum quantity of concurrent requests for number issue is exceeded, try again later\nTRY_AGAIN_LATER | temporarily unable to perform the request\nNO_FORWARD_FOR_DEFFER | forwarding can be activated only for online reception\nNO_NUMBER_FOR_FORWARD | there are no numbers for forwarding\nDUPLICATE_OPERATION | adding operations with identical parameters","data":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"forward_numbers[]","value":"{{forward_number}}","equals":true,"description":"List of numbers for forwarding. Setting the priorities depending on the position in the array (number in the 9XXXXXXXXX format)","enabled":true},{"key":"service","value":"{{service}}","equals":true,"description":"unlimited_sms - unlimited messages + forwarding. \nforward_without_sms - forwarding without SMS","enabled":true},{"key":"region","value":"{{region}}","equals":true,"description":"Without parameter - any region \n78 - St. Petersburg \n77 - Moscow","enabled":true}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"efcd3479-22e9-4df9-aa0e-e145644f8feb","name":"getForward","status":"","mime":"","language":"json","text":"{\"response\":1,\"tzid\":1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getForward.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"forward_numbers[]","value":"{{forward_number}}","equals":true,"description":"List of numbers for forwarding. Setting the priorities depending on the position in the array (number in the 9XXXXXXXXX format)","enabled":true},{"key":"service","value":"{{service}}","equals":true,"description":"unlimited_sms - unlimited messages + forwarding. \nforward_without_sms - forwarding without SMS","enabled":true},{"key":"region","value":"{{region}}","equals":true,"description":"Without parameter - any region \n78 - St. Petersburg \n77 - Moscow","enabled":true}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"794a995d-57bf-495e-9ae3-d9b71bb2ebb0","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"8ebfc4e4-60cb-4a54-91de-a12fdf1eef81","name":"getForwardPaymentsList","url":"http:\/\/onlinesim.ru\/api\/getForwardPaymentsList.php?apikey={{apikey}}&id={{id}}","description":"It displays the list of all automatic payments\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{\"response\": RESPONSE,forwardPaymentsList: [......]}\n```\n\nParameter | Description\n-------------- | --------------\nforwardPaymentsList | array of the list of payments, and data on each payment\n\n```json\n{\"id\":10545,\"forward_id\":12048,\"number\":9811957337,\"sum\":13,\"status\":3,\"created_at\":\"2016-12-26 12:38:04\"},...\n```\n\nName of parameter | Description\n-------------- | --------------\nid | unique number of payment\nforward_id | unique number of forwarding\nnumber | virtual number, which the forwarding has been set up from\nsum | replenishment amount including the commission fee\nstatus | current status of the payment:<br>1 - Created<br>2 - Sent to payment<br>3 - Credited\ncreated_at | date and time of payment creation","data":[{"key":"apikey","value":"{{apikey}}","description":"apikey","type":"text","enabled":true},{"key":"id","value":"{{id}}","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true}],"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"id","value":"{{id}}","equals":true,"description":"unique number of the forwarding obtained using the forwardingList method","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"8be84f1e-97dd-47d0-8445-51b3bceb99a5","name":"getForwardPaymentsList","status":"","mime":"","language":"json","text":"{\"id\":10545,\"forward_id\":12048,\"number\":9811957337,\"sum\":13,\"status\":3,\"created_at\":\"2016-12-26 12:38:04\"},...\n","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getForwardPaymentsList.php?apikey={{apikey}}&id={{id}}","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"id","value":"{{id}}","equals":true,"description":"unique number of the forwarding obtained using the forwardingList method","enabled":true}],"headerData":[],"data":[{"key":"apikey","value":"{{apikey}}","description":"apikey","type":"text","enabled":true},{"key":"id","value":"{{id}}","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true}],"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"8ebfc4e4-60cb-4a54-91de-a12fdf1eef81","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"93e1a42d-d82b-4f3f-a08b-bd18a06c1a25","name":"forwardingSave","url":"http:\/\/onlinesim.ru\/api\/forwardingSave.php","description":"It changes the forwarding parameters\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{\"response\": RESPONSE}\n```","data":[{"key":"apikey","value":"{{apikey}}","description":"apikey","type":"text","enabled":true},{"key":"id","value":"{{service}}","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true},{"key":"minutes","value":"non-required","description":"minimum number of minutes required for a conversation that is automatically supported by the service, 0 - disable auto-replenishment","type":"text","enabled":false},{"key":"auto","value":"non-required","description":"true\/false - set up\/disable auto-extension for the virtual number,","type":"text","enabled":false},{"key":"forward_number","value":"non-required","description":"the telephone number, which the forwarding has been set up to","type":"text","enabled":false},{"key":"max_minutes","value":"non-required","description":"total amount of auto-replenishments. Auto-replenishment is disabled after it is reached","type":"text","enabled":false}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"cbec486f-a136-42fb-8b8f-be77f49d2f4c","name":"forwardingSave","status":"","mime":"","language":"","text":"{\"response\": 1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/forwardingSave.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"{{apikey}}","description":"apikey","type":"text","enabled":true},{"key":"id","value":"{{service}}","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true},{"key":"minutes","value":"","description":"minimum number of minutes required for a conversation that is automatically supported by the service, 0 - disable auto-replenishment","type":"text","enabled":false},{"key":"auto","value":"","description":"true\/false - set up\/disable auto-extension for the virtual number,","type":"text","enabled":false},{"key":"forward_number","value":"","description":"the telephone number, which the forwarding has been set up to","type":"text","enabled":false},{"key":"max_minutes","value":"","description":"total amount of auto-replenishments. Auto-replenishment is disabled after it is reached","type":"text","enabled":false}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"93e1a42d-d82b-4f3f-a08b-bd18a06c1a25","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"b14df635-c514-464d-8142-081a58cfeaf0","name":"getNum","url":"http:\/\/onlinesim.ru\/api\/getNum.php","description":"It makes a request for a virtual number, creates an operation (saves the list of request parameters).\n\n*Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, tzid:TZID}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message\ntzid | Operation ID\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nEXCEEDED_CONCURRENT_OPERATIONS | maximum quantity of numbers booked concurrently is exceeded for your account\nNO_NUMBER | temporarily no numbers available for the selected service\nTIME_INTERVAL_ERROR | delayed SMS reception is not possible at this interval of time\nINTERVAL_CONCURRENT_REQUESTS_ERROR | maximum quantity of concurrent requests for number issue is exceeded, try again later\nERROR_NO_SERVICE | service is not specified\nTRY_AGAIN_LATER | temporarily unable to perform the request\nNO_FORWARD_FOR_DEFFER | forwarding can be activated only for online reception\nNO_NUMBER_FOR_FORWARD | there are no numbers for forwarding\nERROR_LENGTH_NUMBER_FOR_FORWARD | wrong length of the number for forwarding\nDUPLICATE_OPERATION | adding operations with identical parameters","data":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"{{service}}","equals":true,"description":"defines the website (service), which the SMS will be expected and displayed from. Takes on one of the values, both variants can be transmitted:","enabled":true},{"key":"form","value":"1","equals":true,"description":"type of reception (online reception \u2014 1, delayed reception \u2014 3) default value 3","enabled":true},{"key":"simoperator","value":"non-required","equals":false,"description":"25001 - MTS \n25002 - MegaFon \n25099 - Beeline \n25020 - Tele2","enabled":false},{"key":"extension","value":"non-required","equals":false,"description":"1 - numbers with possibility of extension and repeated reception of SMSs \n2 - numbers with possibility of repeated reception of SMSs \n3 - numbers without servicing \n0, or do not forward the parameter - any variant of servicing","enabled":false},{"key":"region","value":"non-required","equals":false,"description":"Without parameter - any region \n78 - St. Petersburg \n77 - Moscow","enabled":false},{"key":"country","value":"{{country}}","equals":false,"description":"Without parameter - 7 \n7 - Russia \n86 - China","enabled":false}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"621488ad-f83f-40c2-82d6-ed28ed45fe0e","name":"getNum","status":"","mime":"","language":"json","text":"{\"response\":1,\"tzid\":1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getNum.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"{{service}}","equals":true,"description":"defines the website (service), which the SMS will be expected and displayed from. Takes on one of the values, both variants can be transmitted:","enabled":true},{"key":"form","value":"1","equals":true,"description":"type of reception (online reception \u2014 1, delayed reception \u2014 3) default value 3","enabled":true},{"key":"simoperator","value":"","equals":false,"description":"25001 - MTS \n25002 - MegaFon \n25099 - Beeline \n25020 - Tele2","enabled":false},{"key":"extension","value":"","equals":false,"description":"1 - numbers with possibility of extension and repeated reception of SMSs \n2 - numbers with possibility of repeated reception of SMSs \n3 - numbers without servicing \n0, or do not forward the parameter - any variant of servicing","enabled":false},{"key":"region","value":"","equals":false,"description":"Without parameter - any region \n78 - St. Petersburg \n77 - Moscow","enabled":false},{"key":"country","value":"","equals":false,"description":"Without parameter - 7 \n7 - Russia \n86 - China","enabled":false}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"b14df635-c514-464d-8142-081a58cfeaf0","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"b23ae793-3050-4119-a012-4f8f790fb72a","name":"forwardingRemove","url":"http:\/\/onlinesim.ru\/api\/forwardingRemove.php","description":"It deletes (disables) the forwarding\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{\"response\": RESPONSE}\n```","data":[{"key":"apikey","value":"{{apikey}}","description":"apikey","type":"text","enabled":true},{"key":"id","value":"{{id}}","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true}],"dataMode":"params","headerData":[],"method":"DELETE","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"b27dbf15-6fca-4fe3-ba9e-e20c22d69172","name":"forwardingRemove","status":"","mime":"","language":"","text":"{\"response\": 1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/forwardingRemove.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"{{apikey}}","description":"apikey","type":"text","enabled":true},{"key":"id","value":"{{id}}","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true}],"method":"DELETE","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"b23ae793-3050-4119-a012-4f8f790fb72a","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"b6007829-bf78-4291-8345-6eba981d2261","name":"setOperationRevise","url":"http:\/\/onlinesim.ru\/api\/setOperationRevise.php","description":"It creates a request for elaboration of response on the operation.\n\nIt should be used if a wrong code has been received. This method sends a request to a different code in case if multiple SMSs have been received at the same number with different codes.\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, tzid:TZID}\n```\n\nResult | Description\n-------------- | --------------\ntzid | operation ID\nresponse | 1, if the request has been completed successfully, or an error message;","data":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"{{tzid}}","equals":true,"description":"operation identifier","enabled":true}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"1aa35a65-6d87-4145-8af0-717f2fa48795","name":"setOperationRevise","status":"","mime":"","language":"json","text":"{\"response\":1,\"tzid\":1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/setOperationRevise.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"{{tzid}}","equals":true,"description":"operation identifier","enabled":true}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"b6007829-bf78-4291-8345-6eba981d2261","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"d2485d9f-df9d-43b2-9a99-c7ad1f1a55d9","name":"setOperationOver","url":"http:\/\/onlinesim.ru\/api\/setOperationOver.php","description":"It sends the notification of successful reception of the code and completes the operation\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, tzid:TZID}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message;\ntzid | operation ID\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nERROR_WRONG_TZID | wrong operation number.\nNO_COMPLETE_TZID | unable to complete the operation.","data":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"{{tzid}}","equals":true,"description":"operation identifier","enabled":true},{"key":"country","value":"{{country}}","equals":true,"description":"Country of the number, by default 7(7 - Russia, 86 - China)","enabled":true},{"key":"ban","value":"non-required","equals":false,"description":"Only for Chinese numbers, It can be used in case if you were not issued a number or did not receive the SMS within 5 minutes. Send 1 to block the number","enabled":false}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"905ec36c-fc34-4969-a29b-a6d79fb27321","name":"setOperationOver","status":"","mime":"","language":"json","text":"{\n    \"response\": 1,\n    \"tzid\": 1\n}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/setOperationOver.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"{{tzid}}","equals":true,"description":"operation identifier","enabled":true},{"key":"country","value":"7","equals":true,"description":"Country of the number, by default 7(7 - Russia, 86 - China)","enabled":true},{"key":"ban","value":"","equals":false,"description":"Only for Chinese numbers, It can be used in case if you were not issued a number or did not receive the SMS within 5 minutes. Send 1 to block the number","enabled":false}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"d2485d9f-df9d-43b2-9a99-c7ad1f1a55d9","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"d4545e2c-784e-45a0-8ff5-6695dff7ce83","name":"getBalance","url":"http:\/\/onlinesim.ru\/api\/getBalance.php?apikey={{apikey}}","description":"It returns information on the balance.\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, \"balance\":BALANCE, \"zbalance\":ZBALANCE}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message\nbalance | active cash amount.\nzbalance | frozen cash amount.","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"b1e32575-c132-4c59-a3b3-ea3899ed589c","name":"getBalance","status":"","mime":"","language":"json","text":"{\"response\":1, \"balance\":100, \"zbalance\":0}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getBalance.php?apikey={{apikey}}","pathVariableData":[],"queryParams":[{"key":"apikey","value":"{{apikey}}","equals":true,"description":"apikey","enabled":true}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"d4545e2c-784e-45a0-8ff5-6695dff7ce83","collection":"c893e8e6-7b8b-454f-a97b-8d4b25
|version1 = 10.9.1
 
|date1 = {{release date and age|2019|03|22}}<ref>{{cite web |title=Tinder for iOS |url=https://itunes.apple.com/app/tinder/id547702041 |accessdate=March 11, 2018}}</ref>
 
 
 
|branch2 = Android
 
|version2 = 10.10.0
 
|date2 = {{release date and age|2019|03|14}}<ref>{{cite web |title=Tinder for Android |url=https://www.apkmirror.com/apk/tinder/tinder-tinder/ |accessdate=March 11, 2018}}</ref>
 
}}<noinclude>
 
 
 
➔ Back to article "'''[[Tinder_(app)]]'''"
 
 
 
{{Template reference list}}
 
 
 
[[Category:Latest stable software release templates|Tinder_(app)]]
 
</noinclude>
 

Revision as of 23:47, 3 November 2019

{"id":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","name":"onlinesim.ru - Receiving SMS ","description":"# General description\n\nOnlinesim.ru API provides you with the possibility to use our service in the automatic mode. For that purpose, you have to get an API key in the User Profile tab and to implement approximately the following operating procedure in the software:\n\nRequest a virtual number, get the TZID (unique number of registered operation) - the getNum method;\nGet a mobile number by the TZID, enter the number into the confirmation form on the required website (service) \u2013 the getState method;\n\nRun the cycle that will check for receipt of a response - the getState method;\n\nIf the response is correct \u2014 complete the operation \u2013 the setOperationOk method;\n\nIf the response does not match \u2014 request elaboration \u2013 the setOperationRevise method;\n\nComplete the operation \u2013 the setOperationOk method;\n\nIn order to use the API, you have to perform a POST or GET request via the HTTP protocol to the specified URL: https:\/\/onlinesim.ru\/api\/METHOD_NAME.php?PARAMETERS&apikey=YOUR_APIKEY&lang=LANGUAGE\n\n| Method | Description |\n| ------------- |:-------------:|\n| METHOD_NAME | name of the method from the list of API functions |\n| PARAMETERS | parameters of the relevant API method |\n| YOUR_APIKEY | access key set up in the User Profile tab. |\n| LANGUAGE | language, not required parameter. \"en\" - English; \"ru\" - Russian; |\n\n# Common returned responses\n\nThe RESPONSE parameter values are common for all methods.\n\nACCOUNT_BLOCKED |\taccount blocked\nERROR_WRONG_KEY |\twrong apikey\nERROR_NO_KEY |\tno apikey\nERROR_NO_SERVICE |\tservice not specified\nREQUEST_NOT_FOUND |\tAPI method not specified\n\n# Encryption\n\nIn these methods, register and login, the password parameter is transmitted in an encrypted form using the RSA algorithm, the encryption procedure is the following:\n\n1. Get a public key: \/api\/public.pem\n2. Encrypt the password using this key;\n3. Wrap the result around base64;\n\nAttention: to use this method you need access to the developer's key. To get it, go to this section: [Tech. Support](https:\/\/onlinesim.ru\/v2\/pages\/tickets\/26369)\n\n\n\n","auth":null,"events":[{"listen":"prerequest","script":{"id":"c40be244-7c35-4861-b5d8-6a1cab290c5d","type":"text\/javascript","exec":[""]}},{"listen":"test","script":{"id":"a99aab13-c38e-4b38-8a2d-0214d5bf5a03","type":"text\/javascript","exec":[""]}}],"variables":[{"key":"signature","value":"apikey","type":"text","warning":"","disabled":false},{"key":"number","value":"number","type":"text","warning":"","disabled":false},{"key":"tzid","value":"1234","type":"text","warning":"","disabled":false},{"key":"service","value":"VKcom","type":"text","warning":"","disabled":false},{"key":"password","value":"password","type":"text","warning":"","disabled":false},{"key":"login","value":"login","type":"text","warning":"","disabled":false},{"key":"email","value":"email","type":"text","warning":"","disabled":false},{"key":"dev_key","value":"dev_key","type":"text","warning":"","disabled":false},{"key":"apikey","value":"apikey","type":"text","warning":"","disabled":false},{"key":"page","value":"1","description":"","type":"text","disabled":false},{"key":"id","value":"1","description":"","type":"text","disabled":false},{"key":"username","value":"username","description":"","type":"text","disabled":false}],"order":["1c5c940d-e965-4ab1-b3ce-2544ef9b8716","d4ba1358-c108-45fc-9982-0e09a4b22dca","62981a10-c567-4e5e-8145-c06595c791cb","b14df635-c514-464d-8142-081a58cfeaf0","794a995d-57bf-495e-9ae3-d9b71bb2ebb0","1b62e4f5-44f1-49a3-947e-f07a51492836","17c54689-fecf-4d98-9c86-2cc8cf2d553c","e830818e-4225-413c-93dd-584e6cd42358","b6007829-bf78-4291-8345-6eba981d2261","f479f02e-dcef-4558-884f-74b00eadcbc9","d2485d9f-df9d-43b2-9a99-c7ad1f1a55d9","f094fa46-d312-4193-ad33-9308d6e50367","d4545e2c-784e-45a0-8ff5-6695dff7ce83","6c373ac2-0d34-4a4e-a1c1-f037428c59c1","25bdda07-19c5-4ef0-9890-11976133ea27","349cdbab-975e-433f-bc9e-c6daa8a1fd50","163c48f5-dea3-4a6b-aa19-c502651b4dfc","93e1a42d-d82b-4f3f-a08b-bd18a06c1a25","b23ae793-3050-4119-a012-4f8f790fb72a","8ebfc4e4-60cb-4a54-91de-a12fdf1eef81"],"folders_order":[],"folders":[],"requests":[{"id":"163c48f5-dea3-4a6b-aa19-c502651b4dfc","name":"forwardingList","url":"http:\/\/onlinesim.ru\/api\/forwardingList.php?apikey=Template:Apikey&number=Template:Number&id=Template:Id&page=Template:Page","description":"It displays the list of all forwardings\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{\"response\": RESPONSE,\"forwardingList\": {\"total\": 17,\"per_page\": 10,\"current_page\": 1,\"last_page\": 2, \"next_page_url\": \"https:\/\/on.ru\/api\/forwardingList.php?page=2\",\"prev_page_url\": null,\"from\": 1,\"to\": 10,\"data\": [......]}}\n```\n\nName of parameter | Description\n-------------- | --------------\ntotal | the total quantity\ncurrent_page | the current page\nlast_page | total pages\ndata | array of the list of forwardings, and data on each forwarding\n\n```json\n{response:RESPONSE, forwarding\": {\"id\": id,\"id_user\": id_user,\"minutes\": minutes,\"status\": status,\"id_number\": id_number, \"number\": number,\"forward_number\": forward_number,\"created_at\": created_at,\"updated_at\": updated_at,\"extension\": extension,\"data\": { \"balance\": data,\"time_update_balance\": time_update_balance,\"region\": region}}\n```\n\nName of parameter | Description\n-------------- | --------------\nid | unique number of forwarding\nid_user | user ID\nminutes | balance of minutes\nstatus | current status of the forwarding:
1 - Active
2 - Blocked
3 - Completed
4 - Replacement of the number
5 - Sent for blocking
6 - Waiting for completion\nnumber | the virtual number, which the forwarding has been set up from\nforward_number | the telephone number, which the forwarding has been set up to\nextension | automated extension (true - enabled, false - disabled)\nbalance | current balance for the virtual number\ntime_update_balance | date and time of the last balance update\nregion | region of the virtual number","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"number","value":"Template:Number","equals":true,"description":"apikey","enabled":true},{"key":"id","value":"Template:Id","equals":true,"description":"unique number of the forwarding, to display the particular forwarding","enabled":true},{"key":"page","value":"Template:Page","equals":true,"description":"sequential page number, 10 pcs. per page","enabled":true},{"key":"sort","value":"non-required","equals":false,"description":"sorting, for example: {\"number\":\"DESC\",\"forward_number\":\"ASC\"} 1 - field name for sorting, 2 - type of sorting (ASC,DESC)","enabled":false}],"auth":null,"events":null,"folder":null,"responses":[{"id":"802bb10e-e4cb-4be5-b691-8818ddbef975","name":"forwardingList","status":"","mime":"","language":"json","text":"{\n \"response\": \"1\",\n \"forwardingList\": {\n \"total\": 3,\n \"per_page\": 10,\n \"current_page\": 1,\n \"last_page\": 1,\n \"next_page_url\": null,\n \"prev_page_url\": null,\n \"from\": 1,\n \"to\": 4,\n \"data\": [\n {\n \"id_number\": 1,\n \"id\": 1,\n \"status\": 4,\n \"number\": 123456789,\n \"forward_number\": [\n \"2222222222\",\n \"1111111111\"\n ],\n \"date_block\": 0,\n \"created_at\": \"2017-12-01 11:39:03\",\n \"repeat\": false,\n \"comment\": \"\",\n \"extension\": false,\n \"data\": {\n \"balance\": null,\n \"time_update_balance\": null,\n \"region\": null\n }\n },\n {\n \"id_number\": 2,\n \"id\": 2,\n \"status\": 1,\n \"number\": 234567890,\n \"forward_number\": [\n \"2222222222\"\n ],\n \"date_block\": 0,\n \"created_at\": \"2016-09-15 15:33:01\",\n \"repeat\": false,\n \"comment\": \"\",\n \"extension\": false,\n \"data\": {\n \"balance\": null,\n \"time_update_balance\": null,\n \"region\": null\n }\n },\n {\n \"id_number\": 3,\n \"id\": 3,\n \"status\": 1,\n \"number\": 3333333333,\n \"forward_number\": [\n \"2222222222\"\n ],\n \"date_block\": 0,\n \"created_at\": \"2016-09-15 15:33:01\",\n \"repeat\": false,\n \"comment\": \"\",\n \"extension\": false,\n \"data\": {\n \"balance\": null,\n \"time_update_balance\": null,\n \"region\": null\n }\n }\n ]\n },\n \"forward_minute\": 2\n}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/forwardingList.php?number=Template:Number&id=Template:Id&page=1","pathVariableData":[],"queryParams":[{"key":"number","value":"Template:Number","equals":true,"description":"apikey","enabled":true},{"key":"id","value":"Template:Id","equals":true,"description":"unique number of the forwarding, to display the particular forwarding","enabled":true},{"key":"page","value":"1","equals":true,"description":"sequential page number, 10 pcs. per page","enabled":true},{"key":"sort","value":"","equals":false,"description":"sorting, for example: {\"number\":\"DESC\",\"forward_number\":\"ASC\"} 1 - field name for sorting, 2 - type of sorting (ASC,DESC)","enabled":false}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"163c48f5-dea3-4a6b-aa19-c502651b4dfc","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"17c54689-fecf-4d98-9c86-2cc8cf2d553c","name":"getState","url":"http:\/\/onlinesim.ru\/api\/getState.php?apikey=Template:Apikey&tzid=Template:Tzid","description":"It returns the state for the selected operation\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n[{tzid:TZID, response:RESPONSE, service:SERVICE, number:NUMBER, msg:MSG, time:TIME, form:FORM, forward_status:FORWARD_STATUS, forward_number:FORWARD_NUMBER}]\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message\ntzid | operation ID\nservice | service, with the same values as in the getNum method\nnumber | dedicated virtual number, in the international format\nmsg | code from the SMS\ntime | time to operation completion;\nform | type of reception (online reception \u2014 index, delayed reception \u2014 deferr)\nforward_status | forwarding activation status (from 0 to 9 cm. Help \u2013 Forwarding Statuses)\nforward_number | number for forwarding\ncountry | Country of the number(7 - Russia, 86 - China)\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nWARNING_NO_NUMS | no matching mumbers\nTZ_INPOOL | waiting for a number to be dedicated to the operation\nTZ_NUM_WAIT | waiting for response\nTZ_NUM_ANSWER | response has arrived\nTZ_OVER_EMPTY | response did not arrive within the specified time\nTZ_OVER_OK | operation has been completed\nERROR_NO_TZID | tzid is not specified\nERROR_NO_OPERATIONS | no operations\nACCOUNT_IDENTIFICATION_REQUIRED | You have to go through an identification process to get SMSs from this service.","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"Template:Tzid","equals":true,"description":"operation identifier","enabled":true},{"key":"message_to_code","value":"non-required","equals":false,"description":"1 - display only the code from the SMS, 0 - show the entire SMS","enabled":false},{"key":"form","value":"non-required","equals":false,"description":"type of reception, 1 - online reception, 2 - repeated reception, 3 - delayed reception. Default value - 1,3","enabled":false},{"key":"orderby","value":"non-required","equals":false,"description":"ascending\/descending sorting asc\/desc. Default value - asc","enabled":false},{"key":"msg_list","value":"non-required","equals":false,"description":"Type of message list, 1 - the list, 0 - the active message","enabled":false}],"auth":null,"events":null,"folder":null,"responses":[{"id":"6b831295-7063-4e14-b21f-4686bfd43675","name":"getState - ERROR_WRONG_KEY","status":"","mime":"","language":"json","text":"{\"response\":\"ERROR_WRONG_KEY\"}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getState.php?apikey=Template:Apikey&tzid=Template:Tzid","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"Template:Tzid","equals":true,"description":"operation identifier","enabled":true},{"key":"message_to_code","value":"","equals":false,"description":"1 - display only the code from the SMS, 0 - show the entire SMS","enabled":false},{"key":"form","value":"","equals":false,"description":"type of reception, 1 - online reception, 2 - repeated reception, 3 - delayed reception. Default value - 1,3","enabled":false},{"key":"orderby","value":"","equals":false,"description":"ascending\/descending sorting asc\/desc. Default value - asc","enabled":false},{"key":"msg_list","value":"","equals":false,"description":"Type of message list, 1 - the list, 0 - the active message","enabled":false}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Type","value":"application\/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 14 Mar 2018 15:38:05 GMT","name":"Date","description":""},{"key":"Server","value":"nginx\/1.13.8","name":"Server","description":""}],"cookies":[{"domain":"onlinesim.ru","expirationDate":1536043033,"httpOnly":true,"name":"__cfduid","path":"\/","secure":false,"url":"http:\/\/onlinesim.ru","value":"dcbf77d1a19721fbceb71ee2ed7f98df41504507033"},{"domain":"onlinesim.ru","expirationDate":1521055085,"httpOnly":false,"name":"XSRF-TOKEN","path":"\/","secure":true,"url":"http:\/\/onlinesim.ru","value":"eyJpdiI6IjBvZU4xdVlIN0REODVNQ1BXaGo5d0E9PSIsInZhbHVlIjoia2V1NFd5SmxsZWpWZW53eGhuankwZDJaYUpFYWdvcHB3eng2ZjlMREdMa3BIaXphSlBNbkRnQjE1RWNNTGNXcUkzXC9cL2I5YzRrd1ZSelR3aTFiUHlxQT09IiwibWFjIjoiNWY0ODRiOWQxOTcyZTg0ZTU5NWEwOGI3OGRiNmI2MmUzMDM0OTZkN2IxZTNlNzcwYzU0MWJiYzVmODA1YjA1MSJ9"},{"domain":"onlinesim.ru","expirationDate":1521055085,"httpOnly":true,"name":"laravel_session","path":"\/","secure":true,"url":"http:\/\/onlinesim.ru","value":"eyJpdiI6IkZvYUdqRHRtd3dCS0RWaXNWTGxSRHc9PSIsInZhbHVlIjoiMWRMSVJYYmhsUXpHczF5dWFGQmxMWjdmRDhoMDRuaDRCa2duQmhyMDdxUTkzMlwvckxLZllpbjZFM0pDNzFrTlRjU3dSMkxqRlNBelgwUzBzYU9xeURBPT0iLCJtYWMiOiJlZTZhNzRkOGM1NjU1NWZmNzdhMTg1YjY4NjQ0MjM3ZmFmNmQwOTE2NDAxZWJmYzM1MmYwNjA0YTFhMjMzOTFkIn0%3D"}],"request":"17c54689-fecf-4d98-9c86-2cc8cf2d553c","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"},{"id":"e2066af0-ae28-422d-b07b-c471ed340b56","name":"getState","status":"","mime":"","language":"json","text":"[{\"tzid\":1, \"response\":1, \"service\":\"service\", \"number\":\"123456789\", \"msg\":\"MSG\", \"time\": 1200, \"form\":\"1\"}]","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getState.php?apikey=Template:Apikey&tzid=Template:Tzid","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"Template:Tzid","equals":true,"description":"operation identifier","enabled":true},{"key":"message_to_code","value":"","equals":false,"description":"1 - display only the code from the SMS, 0 - show the entire SMS","enabled":false},{"key":"form","value":"","equals":false,"description":"type of reception, 1 - online reception, 2 - repeated reception, 3 - delayed reception. Default value - 1,3","enabled":false},{"key":"orderby","value":"","equals":false,"description":"ascending\/descending sorting asc\/desc. Default value - asc","enabled":false},{"key":"msg_list","value":"","equals":false,"description":"Type of message list, 1 - the list, 0 - the active message","enabled":false}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"17c54689-fecf-4d98-9c86-2cc8cf2d553c","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"1b62e4f5-44f1-49a3-947e-f07a51492836","name":"setForwardStatusEnable","url":"http:\/\/onlinesim.ru\/api\/setForwardStatusEnable.php","description":"It confirms forwarding\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, TZID:tzid}\n```\n\nParameter | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message\ntzid | operation ID\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nNO_CONFIRM_FORWARD | unable to confirm forwarding","data":[{"key":"apikey","value":"Template:Apikey","description":"apikey","type":"text","enabled":true},{"key":"tzid","value":"Template:Tzid","equals":true,"description":"operation identifier","enabled":true}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"c0ea61bd-662c-4235-8f89-9b434e29ac41","name":"setForwardStatusEnable","status":"","mime":"","language":"json","text":"{\"response\":1,\"tzid\":1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/setForwardStatusEnable.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"Template:Apikey","description":"apikey","type":"text","enabled":true},{"key":"tzid","value":"Template:Tzid","equals":true,"description":"operation identifier","enabled":true}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"1b62e4f5-44f1-49a3-947e-f07a51492836","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"1c5c940d-e965-4ab1-b3ce-2544ef9b8716","name":"Register","url":"http:\/\/on.ru\/api\/register.php","description":"New user registration, POST request, all the parameters must be transmitted in the request body\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{\"response\":\"1\",\"active\":\"true\"}\n```\n\nResult | Description \n-------------- | -------------- \nresponse | 1, if the request has been completed successfully, or an error message\nactive | true - email address confirmation required, false - not required\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nTIME_ERROR | You have exceeded the number of registration requests allowed\n\"email\": [ \"The email address field is required.\"],..| Reference to missing or non-matching data","data":[{"key":"name","value":"Template:Username","type":"text","enabled":true,"description":"full name"},{"key":"username","value":"Template:Username","type":"text","enabled":true,"description":"username"},{"key":"email","value":"

  1. REDIRECT Template:No spam","type":"text","enabled":true,"description":"email"},{"key":"password","value":"Template:Password","type":"text","enabled":true,"description":"password in encrypted form, see Encryption, minimum number of symbols: 10, TEXT (string type)"},{"key":"password_confirmation","value":"Template:Password","type":"text","enabled":true,"description":"confirmation of password in encrypted form, see Encryption, minimum number of symbols: 10, TEXT (string type)"},{"key":"dev_key","value":"Template:Dev key","type":"text","enabled":true,"description":"developer key"},{"key":"terms","value":"true","type":"text","enabled":true,"description":"agreement to follow the service's rules, true\/false - agree\/do not agree"}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"32c697c5-fa66-4c0d-9d3a-132f77aeb80d","name":"Register","status":"","mime":"","language":"json","text":"{\"response\":\"1\",\"active\":\"true\"}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/on.ru\/api\/register.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"name","value":"Template:Username","type":"text","enabled":true,"description":"full name"},{"key":"username","value":"Template:Username","type":"text","enabled":true,"description":"username"},{"key":"email","value":"
  2. REDIRECT Template:No spam","type":"text","enabled":true,"description":"email"},{"key":"password","value":"Template:Password","type":"text","enabled":true,"description":"password in encrypted form, see Encryption, minimum number of symbols: 10, TEXT (string type)"},{"key":"password_confirmation","value":"Template:Password","type":"text","enabled":true,"description":"confirmation of password in encrypted form, see Encryption, minimum number of symbols: 10, TEXT (string type)"},{"key":"dev_key","value":"Template:Dev key","type":"text","enabled":true,"description":"developer key"},{"key":"terms","value":"true","type":"text","enabled":true,"description":"agreement to follow the service's rules, true\/false - agree\/do not agree"}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"1c5c940d-e965-4ab1-b3ce-2544ef9b8716","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"25bdda07-19c5-4ef0-9890-11976133ea27","name":"getServiceNumber","url":"http:\/\/onlinesim.ru\/api\/getServiceNumber.php?apikey=Template:Apikey&service=Template:Service","description":"It gets the list of numbers for the specified service.\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, number:[\"number\",\"...\",\"...\"]}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message;\n[\"number\",\"...\",\"...\"] | array of services available for a repeated SMS.\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nERROR_NO_SERVICE_REPEAT | no services for repeated reception\nSERVICE_TO_NUMBER_EMPTY | no numbers for repeated reception for this service","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"Template:Service","equals":true,"description":"takes on one of the values obtained using the getService method","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"df53a3e2-2b4c-491b-80c9-f447ebe9c716","name":"getServiceNumber","status":"","mime":"","language":"json","text":"{\n \"response\": 1,\n \"number\": [\n \"number\",\n \"...\",\n \"...\"\n ]\n}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getServiceNumber.php?apikey=Template:Apikey&service=Template:Service","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"Template:Service","equals":true,"description":"takes on one of the values obtained using the getService method","enabled":true}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"25bdda07-19c5-4ef0-9890-11976133ea27","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"349cdbab-975e-433f-bc9e-c6daa8a1fd50","name":"getNumRepeat","url":"http:\/\/onlinesim.ru\/api\/getNumRepeat.php?apikey=Template:Apikey&service=Template:Service&number=Template:Number","description":"It creates a request for repeated use of the virtual number\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nEXCEEDED_CONCURRENT_OPERATIONS | maximum quantity of concurrent operations has been exceeded\nNO_NUMBER | temporarily no numbers available for the selected service\nTIME_INTERVAL_ERROR | delayed SMS reception is not possible at this interval of time\nINTERVAL_CONCURRENT_REQUESTS_ERROR | maximum quantity of concurrent requests for number issue is exceeded, try again later\nERROR_NO_SERVICE | service is not specified\nERROR_NO_NUMBER | number is not specified\nTRY_AGAIN_LATER | temporarily unable to perform the request\nERROR_PARAMS | one or both parameters are wrong\nLIFICYCLE_NUM_EXPIRED | the number has expired\nNEED_EXTENSION_NUMBER | you have to extend the number, see the Extension tab","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"Template:Service","equals":true,"description":"takes on one of the values obtained using the getService method","enabled":true},{"key":"number","value":"Template:Number","equals":true,"description":"takes on one of the values obtained using the getServiceNumber method","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"3256e5a9-a2f3-4e32-aee5-0144280f4cd1","name":"getNumRepeat","status":"","mime":"","language":"json","text":"{\n \"service\": \"service\",\n \"number\": 123456789\n}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getNumRepeat.php?apikey=Template:Apikey&service=Template:Service&number=Template:Number","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"Template:Service","equals":true,"description":"takes on one of the values obtained using the getService method","enabled":true},{"key":"number","value":"Template:Number","equals":true,"description":"takes on one of the values obtained using the getServiceNumber method","enabled":true}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"349cdbab-975e-433f-bc9e-c6daa8a1fd50","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"62981a10-c567-4e5e-8145-c06595c791cb","name":"getServiceList","url":"http:\/\/onlinesim.ru\/api\/getServiceList.php?apikey=Template:Apikey","description":"It returns the services that are available for order, the cost of all the types of reception, the percentage of available numbers\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n[ { \"id\": \"0\", \"slug\": \"VKcom\", \"title\": \"VKontakte\", \"index\": \"14\", \"repeat\": \"8\", \"deferr\": \"12\", \"limit\": \"50\" }, { \"id\": \"1\", \"slug\": \"3223\", \"title\": \"Facebook\", \"index\": \"4\", \"repeat\": \"5\", \"deferr\": \"3\", \"limit\": \"50\" }, ... ]\n```\n\nParameter | Description\n-------------- | --------------\nid | Service ID\nslug | Service name\ntitle | Service title\nindex | Cost of online SMS reception in RUR\nrepeat | Cost of repeated SMS reception in RUR\ndeferr | Cost of delayed SMS reception in RUR\nlimit | Percentage of available numbers from the total quantity of numbers","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"c0e94a45-09ab-4a9d-9ede-43c36366f00c","name":"getServiceList","status":"","mime":"","language":"json","text":"[ { \"id\": \"0\", \"slug\": \"VKcom\", \"title\": \"VKontakte\", \"index\": \"14\", \"repeat\": \"8\", \"deferr\": \"12\", \"limit\": \"50\" }, { \"id\": \"1\", \"slug\": \"3223\", \"title\": \"Facebook\", \"index\": \"4\", \"repeat\": \"5\", \"deferr\": \"3\", \"limit\": \"50\" } ]","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getServiceList.php?apikey=Template:Apikey","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"","enabled":true}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"62981a10-c567-4e5e-8145-c06595c791cb","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"6c373ac2-0d34-4a4e-a1c1-f037428c59c1","name":"getService","url":"http:\/\/onlinesim.ru\/api\/getService.php?apikey=Template:Apikey&country= [[|]]","description":"Getting the list of services for a repeat order of SMS\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, service: [\"service\",\"...\",\"...\"]}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message;\n[\"service\",\"...\",\"...\"] | Array of services available for a repeated SMS.","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"country","value":" [[|]]","equals":true,"description":"Without parameter - 7
    7 - Russia
    86 - China","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"af31656f-a294-427f-ab4a-d101e18e4b0f","name":"getService","status":"","mime":"","language":"json","text":"{response:RESPONSE, service: [\"service\",\"...\",\"...\"]}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getService.php?apikey=Template:Apikey","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"6c373ac2-0d34-4a4e-a1c1-f037428c59c1","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"794a995d-57bf-495e-9ae3-d9b71bb2ebb0","name":"getForward","url":"http:\/\/onlinesim.ru\/api\/getForward.php","description":"It makes a request for a virtual number for forwarding, creates an operation (saves the list of request parameters).\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, tzid:TZID}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message\ntzid | operation ID\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nERROR_NUMBERS_PARAMS | error in the number format\nEXCEEDED_CONCURRENT_OPERATIONS | maximum quantity of numbers booked simultaneously is exceeded for your account\nNO_NUMBER | temporarily no numbers available for the selected service\nTIME_INTERVAL_ERROR | delayed SMS reception is not possible at this interval of time\nINTERVAL_CONCURRENT_REQUESTS_ERROR | maximum quantity of concurrent requests for number issue is exceeded, try again later\nTRY_AGAIN_LATER | temporarily unable to perform the request\nNO_FORWARD_FOR_DEFFER | forwarding can be activated only for online reception\nNO_NUMBER_FOR_FORWARD | there are no numbers for forwarding\nDUPLICATE_OPERATION | adding operations with identical parameters","data":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"forward_numbers[]","value":"Template:Forward number","equals":true,"description":"List of numbers for forwarding. Setting the priorities depending on the position in the array (number in the 9XXXXXXXXX format)","enabled":true},{"key":"service","value":"Template:Service","equals":true,"description":"unlimited_sms - unlimited messages + forwarding. \nforward_without_sms - forwarding without SMS","enabled":true},{"key":"region","value":"Template:Region","equals":true,"description":"Without parameter - any region \n78 - St. Petersburg \n77 - Moscow","enabled":true}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"efcd3479-22e9-4df9-aa0e-e145644f8feb","name":"getForward","status":"","mime":"","language":"json","text":"{\"response\":1,\"tzid\":1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getForward.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"forward_numbers[]","value":"Template:Forward number","equals":true,"description":"List of numbers for forwarding. Setting the priorities depending on the position in the array (number in the 9XXXXXXXXX format)","enabled":true},{"key":"service","value":"Template:Service","equals":true,"description":"unlimited_sms - unlimited messages + forwarding. \nforward_without_sms - forwarding without SMS","enabled":true},{"key":"region","value":"Template:Region","equals":true,"description":"Without parameter - any region \n78 - St. Petersburg \n77 - Moscow","enabled":true}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"794a995d-57bf-495e-9ae3-d9b71bb2ebb0","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"8ebfc4e4-60cb-4a54-91de-a12fdf1eef81","name":"getForwardPaymentsList","url":"http:\/\/onlinesim.ru\/api\/getForwardPaymentsList.php?apikey=Template:Apikey&id=Template:Id","description":"It displays the list of all automatic payments\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{\"response\": RESPONSE,forwardPaymentsList: [......]}\n```\n\nParameter | Description\n-------------- | --------------\nforwardPaymentsList | array of the list of payments, and data on each payment\n\n```json\n{\"id\":10545,\"forward_id\":12048,\"number\":9811957337,\"sum\":13,\"status\":3,\"created_at\":\"2016-12-26 12:38:04\"},...\n```\n\nName of parameter | Description\n-------------- | --------------\nid | unique number of payment\nforward_id | unique number of forwarding\nnumber | virtual number, which the forwarding has been set up from\nsum | replenishment amount including the commission fee\nstatus | current status of the payment:
    1 - Created
    2 - Sent to payment
    3 - Credited\ncreated_at | date and time of payment creation","data":[{"key":"apikey","value":"Template:Apikey","description":"apikey","type":"text","enabled":true},{"key":"id","value":"Template:Id","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true}],"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"id","value":"Template:Id","equals":true,"description":"unique number of the forwarding obtained using the forwardingList method","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"8be84f1e-97dd-47d0-8445-51b3bceb99a5","name":"getForwardPaymentsList","status":"","mime":"","language":"json","text":"{\"id\":10545,\"forward_id\":12048,\"number\":9811957337,\"sum\":13,\"status\":3,\"created_at\":\"2016-12-26 12:38:04\"},...\n","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getForwardPaymentsList.php?apikey=Template:Apikey&id=Template:Id","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"id","value":"Template:Id","equals":true,"description":"unique number of the forwarding obtained using the forwardingList method","enabled":true}],"headerData":[],"data":[{"key":"apikey","value":"Template:Apikey","description":"apikey","type":"text","enabled":true},{"key":"id","value":"Template:Id","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true}],"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"8ebfc4e4-60cb-4a54-91de-a12fdf1eef81","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"93e1a42d-d82b-4f3f-a08b-bd18a06c1a25","name":"forwardingSave","url":"http:\/\/onlinesim.ru\/api\/forwardingSave.php","description":"It changes the forwarding parameters\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{\"response\": RESPONSE}\n```","data":[{"key":"apikey","value":"Template:Apikey","description":"apikey","type":"text","enabled":true},{"key":"id","value":"Template:Service","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true},{"key":"minutes","value":"non-required","description":"minimum number of minutes required for a conversation that is automatically supported by the service, 0 - disable auto-replenishment","type":"text","enabled":false},{"key":"auto","value":"non-required","description":"true\/false - set up\/disable auto-extension for the virtual number,","type":"text","enabled":false},{"key":"forward_number","value":"non-required","description":"the telephone number, which the forwarding has been set up to","type":"text","enabled":false},{"key":"max_minutes","value":"non-required","description":"total amount of auto-replenishments. Auto-replenishment is disabled after it is reached","type":"text","enabled":false}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"cbec486f-a136-42fb-8b8f-be77f49d2f4c","name":"forwardingSave","status":"","mime":"","language":"","text":"{\"response\": 1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/forwardingSave.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"Template:Apikey","description":"apikey","type":"text","enabled":true},{"key":"id","value":"Template:Service","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true},{"key":"minutes","value":"","description":"minimum number of minutes required for a conversation that is automatically supported by the service, 0 - disable auto-replenishment","type":"text","enabled":false},{"key":"auto","value":"","description":"true\/false - set up\/disable auto-extension for the virtual number,","type":"text","enabled":false},{"key":"forward_number","value":"","description":"the telephone number, which the forwarding has been set up to","type":"text","enabled":false},{"key":"max_minutes","value":"","description":"total amount of auto-replenishments. Auto-replenishment is disabled after it is reached","type":"text","enabled":false}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"93e1a42d-d82b-4f3f-a08b-bd18a06c1a25","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"b14df635-c514-464d-8142-081a58cfeaf0","name":"getNum","url":"http:\/\/onlinesim.ru\/api\/getNum.php","description":"It makes a request for a virtual number, creates an operation (saves the list of request parameters).\n\n*Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, tzid:TZID}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message\ntzid | Operation ID\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nEXCEEDED_CONCURRENT_OPERATIONS | maximum quantity of numbers booked concurrently is exceeded for your account\nNO_NUMBER | temporarily no numbers available for the selected service\nTIME_INTERVAL_ERROR | delayed SMS reception is not possible at this interval of time\nINTERVAL_CONCURRENT_REQUESTS_ERROR | maximum quantity of concurrent requests for number issue is exceeded, try again later\nERROR_NO_SERVICE | service is not specified\nTRY_AGAIN_LATER | temporarily unable to perform the request\nNO_FORWARD_FOR_DEFFER | forwarding can be activated only for online reception\nNO_NUMBER_FOR_FORWARD | there are no numbers for forwarding\nERROR_LENGTH_NUMBER_FOR_FORWARD | wrong length of the number for forwarding\nDUPLICATE_OPERATION | adding operations with identical parameters","data":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"Template:Service","equals":true,"description":"defines the website (service), which the SMS will be expected and displayed from. Takes on one of the values, both variants can be transmitted:","enabled":true},{"key":"form","value":"1","equals":true,"description":"type of reception (online reception \u2014 1, delayed reception \u2014 3) default value 3","enabled":true},{"key":"simoperator","value":"non-required","equals":false,"description":"25001 - MTS \n25002 - MegaFon \n25099 - Beeline \n25020 - Tele2","enabled":false},{"key":"extension","value":"non-required","equals":false,"description":"1 - numbers with possibility of extension and repeated reception of SMSs \n2 - numbers with possibility of repeated reception of SMSs \n3 - numbers without servicing \n0, or do not forward the parameter - any variant of servicing","enabled":false},{"key":"region","value":"non-required","equals":false,"description":"Without parameter - any region \n78 - St. Petersburg \n77 - Moscow","enabled":false},{"key":"country","value":" [[|]]","equals":false,"description":"Without parameter - 7 \n7 - Russia \n86 - China","enabled":false}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"621488ad-f83f-40c2-82d6-ed28ed45fe0e","name":"getNum","status":"","mime":"","language":"json","text":"{\"response\":1,\"tzid\":1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getNum.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"service","value":"Template:Service","equals":true,"description":"defines the website (service), which the SMS will be expected and displayed from. Takes on one of the values, both variants can be transmitted:","enabled":true},{"key":"form","value":"1","equals":true,"description":"type of reception (online reception \u2014 1, delayed reception \u2014 3) default value 3","enabled":true},{"key":"simoperator","value":"","equals":false,"description":"25001 - MTS \n25002 - MegaFon \n25099 - Beeline \n25020 - Tele2","enabled":false},{"key":"extension","value":"","equals":false,"description":"1 - numbers with possibility of extension and repeated reception of SMSs \n2 - numbers with possibility of repeated reception of SMSs \n3 - numbers without servicing \n0, or do not forward the parameter - any variant of servicing","enabled":false},{"key":"region","value":"","equals":false,"description":"Without parameter - any region \n78 - St. Petersburg \n77 - Moscow","enabled":false},{"key":"country","value":"","equals":false,"description":"Without parameter - 7 \n7 - Russia \n86 - China","enabled":false}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"b14df635-c514-464d-8142-081a58cfeaf0","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"b23ae793-3050-4119-a012-4f8f790fb72a","name":"forwardingRemove","url":"http:\/\/onlinesim.ru\/api\/forwardingRemove.php","description":"It deletes (disables) the forwarding\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{\"response\": RESPONSE}\n```","data":[{"key":"apikey","value":"Template:Apikey","description":"apikey","type":"text","enabled":true},{"key":"id","value":"Template:Id","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true}],"dataMode":"params","headerData":[],"method":"DELETE","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"b27dbf15-6fca-4fe3-ba9e-e20c22d69172","name":"forwardingRemove","status":"","mime":"","language":"","text":"{\"response\": 1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/forwardingRemove.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"Template:Apikey","description":"apikey","type":"text","enabled":true},{"key":"id","value":"Template:Id","description":"unique number of the forwarding obtained using the forwardingList method","type":"text","enabled":true}],"method":"DELETE","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"b23ae793-3050-4119-a012-4f8f790fb72a","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"b6007829-bf78-4291-8345-6eba981d2261","name":"setOperationRevise","url":"http:\/\/onlinesim.ru\/api\/setOperationRevise.php","description":"It creates a request for elaboration of response on the operation.\n\nIt should be used if a wrong code has been received. This method sends a request to a different code in case if multiple SMSs have been received at the same number with different codes.\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, tzid:TZID}\n```\n\nResult | Description\n-------------- | --------------\ntzid | operation ID\nresponse | 1, if the request has been completed successfully, or an error message;","data":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"Template:Tzid","equals":true,"description":"operation identifier","enabled":true}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"1aa35a65-6d87-4145-8af0-717f2fa48795","name":"setOperationRevise","status":"","mime":"","language":"json","text":"{\"response\":1,\"tzid\":1}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/setOperationRevise.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"Template:Tzid","equals":true,"description":"operation identifier","enabled":true}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"b6007829-bf78-4291-8345-6eba981d2261","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"d2485d9f-df9d-43b2-9a99-c7ad1f1a55d9","name":"setOperationOver","url":"http:\/\/onlinesim.ru\/api\/setOperationOver.php","description":"It sends the notification of successful reception of the code and completes the operation\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, tzid:TZID}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message;\ntzid | operation ID\n\n**RESPONSE**\n\nResult | Description\n-------------- | --------------\nERROR_WRONG_TZID | wrong operation number.\nNO_COMPLETE_TZID | unable to complete the operation.","data":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"Template:Tzid","equals":true,"description":"operation identifier","enabled":true},{"key":"country","value":" [[|]]","equals":true,"description":"Country of the number, by default 7(7 - Russia, 86 - China)","enabled":true},{"key":"ban","value":"non-required","equals":false,"description":"Only for Chinese numbers, It can be used in case if you were not issued a number or did not receive the SMS within 5 minutes. Send 1 to block the number","enabled":false}],"dataMode":"params","headerData":[],"method":"POST","pathVariableData":[],"queryParams":[],"auth":null,"events":null,"folder":null,"responses":[{"id":"905ec36c-fc34-4969-a29b-a6d79fb27321","name":"setOperationOver","status":"","mime":"","language":"json","text":"{\n \"response\": 1,\n \"tzid\": 1\n}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/setOperationOver.php","pathVariableData":[],"queryParams":[],"headerData":[],"data":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true},{"key":"tzid","value":"Template:Tzid","equals":true,"description":"operation identifier","enabled":true},{"key":"country","value":"7","equals":true,"description":"Country of the number, by default 7(7 - Russia, 86 - China)","enabled":true},{"key":"ban","value":"","equals":false,"description":"Only for Chinese numbers, It can be used in case if you were not issued a number or did not receive the SMS within 5 minutes. Send 1 to block the number","enabled":false}],"method":"POST","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"d2485d9f-df9d-43b2-9a99-c7ad1f1a55d9","collection":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1"}],"currentHelper":null,"helperAttributes":null,"collectionId":"c893e8e6-7b8b-454f-a97b-8d4b25bde1f1","headers":"","pathVariables":[]},{"id":"d4545e2c-784e-45a0-8ff5-6695dff7ce83","name":"getBalance","url":"http:\/\/onlinesim.ru\/api\/getBalance.php?apikey=Template:Apikey","description":"It returns information on the balance.\n\n**Result**\n\nAfter the successful completion, you will get a response in the JSON format, in the following form:\n\n```json\n{response:RESPONSE, \"balance\":BALANCE, \"zbalance\":ZBALANCE}\n```\n\nResult | Description\n-------------- | --------------\nresponse | 1, if the request has been completed successfully, or an error message\nbalance | active cash amount.\nzbalance | frozen cash amount.","data":null,"dataMode":"params","headerData":[],"method":"GET","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true}],"auth":null,"events":null,"folder":null,"responses":[{"id":"b1e32575-c132-4c59-a3b3-ea3899ed589c","name":"getBalance","status":"","mime":"","language":"json","text":"{\"response\":1, \"balance\":100, \"zbalance\":0}","responseCode":{"code":200,"name":"OK"},"requestObject":{"url":"http:\/\/onlinesim.ru\/api\/getBalance.php?apikey=Template:Apikey","pathVariableData":[],"queryParams":[{"key":"apikey","value":"Template:Apikey","equals":true,"description":"apikey","enabled":true}],"headerData":[],"data":null,"method":"GET","dataMode":"params"},"headers":[{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS","description":"","type":"text","name":"Access-Control-Allow-Methods"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text","name":"Access-Control-Allow-Origin"},{"key":"Cache-Control","value":"no-cache","description":"","type":"text","name":"Cache-Control"},{"key":"Connection","value":"keep-alive","description":"","type":"text","name":"Connection"},{"key":"Content-Type","value":"application\/json","description":"","type":"text","name":"Content-Type"},{"key":"Date","value":"Wed, 14 Mar 2018 15:33:43 GMT","description":"","type":"text","name":"Date"},{"key":"Server","value":"nginx\/1.13.8","description":"","type":"text","name":"Server"}],"cookies":[],"request":"d4545e2c-784e-45a0-8ff5-6695dff7ce83","collection":"c893e8e6-7b8b-454f-a97b-8d4b25