Test if the api access token is valid
Query parameters
-
iw-build-id
string build id of the client
-
iw-package-id
string package id of the client
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"
}