Hi all,
Looking for a bit of help here please.
I am looking to make use of the web API call (currently trying to run tests using postman) so the first call is to login and obtain the session ID.
We had already enabled the IP access on the API to:
Accessibility: Require all granted
It was previously just returning the login page HTML (ref here: Solved: Enabling web api - Check Point CheckMates)
Am I missing something on why making the /login call will return the following?
"code": "err_login_failed",
"message": "Authentication to server failed."
The login I am using does have adminRole so should be ok?
Please advise.
Many thanks in advance.