Sample Request/Response

Use Case

Log in to the application with a username and password.

Request URL

http://appviewxapi.com/avxapi/login?gwkey=f000ca01&gwsource=test

Request Payload

{}

Response

{

"response": {

"status": "SUCCESS",

"appStatusCode": null,

"statusDescription": null,

"sessionId": "ce7f1a14-2bf9-4e4a-89a8-bc780a255813",

"availableLoginAttemptCount": null

},

"message": null,

"appStatusCode": null,

"tags": null,

"headers": null

}