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
For all these cases this sandbox method can be used. It does not modify any data and doesn’t perform any actions, just checks that integration works fine and you can proceed to making some real work using Notix API.

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