Check API auth (sandbox)
Before getting started with Notix API method you probably would like to check if everything works fine with:
- Creating new site / application
- Generating API access token through SSP
- Using correct pair of API access token and Application ID
Check authorisation
Check authorisation without any additional actions
GET /auth-check
GET query parameters
- app [string] — Application ID (can be found in SSP)
Response
| HTTP STATUS | REASON | 
|---|---|
| 200 | Success | 
| 401 | Wrong or empty access token, check `Authorization-Token` request header | 
| 403 | Wrong access token for this application, check both GET parameter with name `app` and `Authorization-Token` request header | 
| 429 | Too many requests |