API Authentication
The NiceNIC API uses API secret to authenticate requests. You can view və manage sizin API Secret in the İdarə Paneli.
We strongly recommend that you keep sizin API secret secure, do not share sizin secrets in public areas such as GitHub, client code, etc. You can always reset sizin API Secret by İdarə Paneli.
Authentication to the API is done using the HTTP Authvə yaization header, wburada you need to specify sizin İstifadəçi adı və API secret, separated by a colon.
Hamısı 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
}






