This API function creates a session for an account so that widgets can be launched and linked to it such as the SWF MMS Composer Object or the MMS Preview SWF Objects. Note that an account session can only be used for web-viewable resources for particular accounts with this API enabled.
<REQUEST> <ACTION>createAccountSession</ACTION> <API_KEY>apiKey</API_KEY> </REQUEST>
API_URL?action=createaccountsession &api_key=API key
Mandatory: action, api_key Optional: N/A
status, sessionID, errorCode, errorInfo
N/A
<REQUEST> <ACTION>createAccountSession</ACTION> <API_KEY>qTFkykO9JTfahCOqJ0V2Wf5Cg1t8iWlZ</API_KEY> </REQUEST>
https://secure.skycore.com/API/wxml/1.3/index.php?action=createaccountsession &api_key=qTFkykO9JTfahCOqJ0V2Wf5Cg1t8iWlZ
<RESPONSE> <STATUS>Success</STATUS> <SESSIONID>5147ca89c151574ce85225f59a115ec459b3c68a</SESSIONID> </RESPONSE>
<RESPONSE> <STATUS>Failure</STATUS> <ERRORCODE>E107</ERRORCODE> <ERRORINFO>This account has no rights to use this action.</ERRORINFO> </RESPONSE>