Request header
Host: api.nicenic.net
Authorization: username:api_secret
Content-Type: application/json
Authorization: username:api_secret
Content-Type: application/json
Respons specificaties
### Response format
```json
{
"code": 0,
"msg" : "success",
"data" : {} // Specific data
}
Response statuscode
| Status | Omschrijving |
|---|---|
| 0 | Succes |
| 201 | In behandeling |
| 400 | Parameterfout |
| 401 | Niet geautoriseerd |
| 404 | Geen relevante gegevens gevonden |
| 500 | Interne serverfout |






