Test if the authentication is successful by calling the API Root of your project and leaving the Action empty as explained below.

Request

HTTP MethodGET
Action

Response

HTTP Status CodeTypeDescriptionBody JSON Parameters
200SuccessAuthentication Successful
MessageString, RequiredMore information
400ErrorBad Request Syntax
MessageString, RequiredMore information
401ErrorAuthentication Failure
MessageString, RequiredMore information
405ErrorHTTP Method Issue
MessageString, RequiredMore information