{ "opencollection": "1.0.0", "info": { "name": "Adobe Campaign Classic Custom Resources Session Management API", "version": "8.0.0" }, "items": [ { "info": { "name": "Session Management", "type": "folder" }, "items": [ { "info": { "name": "Adobe Campaign Authenticate and Create a Session", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.campaign.adobe.com/nl/jsp/soaprouter.jsp/xtk-session/Logon", "headers": [ { "name": "SOAPAction", "value": "example_value" } ] }, "docs": "Authenticates with username and password credentials and returns session and security tokens. These tokens must be passed as cookie (__sessiontoken) and header (X-Security-Token) on all subsequent requests. SOAP Action: xtk:session#Logon" }, { "info": { "name": "Adobe Campaign Terminate a Session", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.campaign.adobe.com/nl/jsp/soaprouter.jsp/xtk-session/Logout", "headers": [ { "name": "SOAPAction", "value": "example_value" } ], "auth": { "type": "apikey", "key": "X-Security-Token", "value": "{{X-Security-Token}}", "placement": "header" } }, "docs": "Invalidates the current session and security tokens. SOAP Action: xtk:session#Logout" } ] } ], "bundled": true }