API Authentication
The NiceNIC API-val uses API secret to authenticate requests. You can view és manage a te API Secret in the Vezérlőpult.
We strongly recommend that you keep a te API secret secure, do not share a te secrets in public areas such as GitHub, client code, etc. You can always reset a te API Secret by Vezérlőpult.
Authentication to the API is done using the HTTP Authvagyization header, witt you need to specify a te Felhasználónév és API secret, separated by a colon.
Összes 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
}






