Test if the api access token is valid

GET /api/base/api_access_token_test

Query parameters

  • iw-build-id string

    build id of the client

  • iw-package-id string

    package id of the client

Responses

  • 200 application/json

    Returns true if the api access token is valid

    Hide response attributes Show response attributes object
    • success boolean
    • message string
GET /api/base/api_access_token_test
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/base/api_access_token_test' \
 --header "x-session-token: $API_KEY"
Response examples (200)
{
  "success": true,
  "message": "string"
}