API Authentication
The NiceNIC API-ით uses API secret to authenticate requests. You can view და manage თქვენი API Secret in the კონტროლის პანელი.
We strongly recommend that you keep თქვენი API secret secure, do not share თქვენი secrets in public areas such as GitHub, client code, etc. You can always reset თქვენი API Secret by კონტროლის პანელი.
Authentication to the API is done using the HTTP Authანization header, wაქ you need to specify თქვენი მომხმარებლის სახელი და API secret, separated by a colon.
ყველა API requests must be made over HTTP. API requests without authentication will also fail.
https://api.nicenic.net/v2/
Host: api.nicenic.net
Authorization: username:api_secret
Content-Type: application/json
Authorization: username:api_secret
Content-Type: application/json
### Response format
```json
{
"code": 0,
"msg" : "success",
"data" : {} // Specific data
}






