logout
Purpose
Terminates the specified API session. This method should be called to explicitly end each
Web API session. The output parameter is optional.
For REST APIs v1, you can authenticate with an API Key without calling the /login API or creating a session. However, calling the /login API with an API Key creates a user session and returns a sessionId.
HTTP Method
GET
URL
https://app.infiniteblue.com/rest/api/logoutURL Parameters
sessionId
The session ID obtained from the body of the response when calling login.
output
Optional parameter specifying the output format, one of:
Response
Standard success or failure output
Example
Sample XML response:
<?xml version="1.0" encoding="utf-8" ?> <resp status="ok"> </resp>