Introduction to NiceNIC АПИ V2
The NiceNIC АПИ can be accessed at http://api.nicenic.net/v2/
The АПИ is request via HTTP, returns JSON-encoded responses. You must specify the HTTP Auth Илиization header А specify Content-Тип: application-json.
The character set of all parameters is UTF-8.
http://api.nicenic.net/v2/
Host: api.nicenic.net
Auth Илиization: username:api_secret
Content-Тип: application/json
Auth Илиization: username:api_secret
Content-Тип: application/json
### Response f Илиmat
```json
{
"code": 0,
"msg" : "success",
"data" : {} // Specific data
}