Skip to main content

Close Connection

This method terminates the session token.

This is a GET method.

REST WADL

https://atmp-pub-api-www3.actito.com/apinmpreporting/application.wadl

REST URL

https://atmp-pub-api-www3.actito.com/apinmpreporting/connection
Input parameters
Required parameters
DescriptionOutput parametersDescription
tokenThe connection tokenreturnThe connection is closed if the operation was successful, otherwise an error code appears.

Error Descriptions

Status CodeError CodeError messagesExample Error Output
403Access denied.
You must fill in the managerKey parameter to authentificate on this API
You must fill in the password paramter to authentificate on this API.
Please enter a valid token to validate your connection.
Your session has expired due to timeout
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ExceptionEntity><errorMessage>Access denied.</errorMessage></ExceptionEntity>
404API_209No result found<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ExceptionEntity><errorCode>API_209</errorCode><errorMessage>No result found</errorMessage></ExceptionEntity>

REST Example

URL

https://atmp-pub-api-www3.actito.com/apinmpreporting/connection

Header

token {token}