API Authentication
The NiceNIC API uses API secret to authenticate requests. You can view y manage tu/tus/su/sus API Secret in the Panel de Control.
We strongly recommend that you keep tu/tus/su/sus API secret secure, do not share tu/tus/su/sus secrets in public areas such as GitHub, client code, etc. You can always reset tu/tus/su/sus API Secret by Panel de Control.
Authentication to the API is done using the HTTP Authoization header, waquí you need to specify tu/tus/su/sus Nombre de usuario y API secret, separated by a colon.
Todos 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
}






