HTTP Interface

Retrieve MMS

You can retrieve an MMS Message part via the HTTPS interface as follows:

POST https://www.intellisoftware.co.uk/api/https/retrievemms.aspx

accesskey=Yva$ER%Uhs+UU[MzwEYe&secretkey=F{kQ^s`wVpm!EU~Bx8yB^A$N$[l{pxJA
&msgid=500110000000001&msgpart=cid1.gif

Parameters:

accesskey This is your AccessKey used to authenticate to you IntelliSoftware account
Click here to create an AccessKey / SecretKey pair
secretkey This is your SecretKey used to authenticate to you IntelliSoftware account
Click here to create an AccessKey / SecretKey pair
msgid Unique message id
msgpart Filename or Index (1 based) of required MMS Message part


Responses:

ERR:LOGIN_INVALID AccessKey or SecretKey is invalid
ERR:AUTH_PARAMETER_MISSING Parameter(s) required authenitcation are missing
ERR:AUTH_PARAMETER_INVALID Parameter(s) required authenitcation are invalid
ERR:CONNECTION_NOT_SECURE Connection refused as the connection is not secure
ERR:MSGID_INVALID Message id does not match a received MMS message
ERR:NO_MSGID The msgid parameter is missing
ERR:PARAMETER_MISSING The msgpart parameter is missing
ERR:PARAMETER_INVALID A parameter is invalid
ERR:INTERNAL_ERROR Unable to process request at this time
ERR:GATEWAY_ERROR Unable to process request at this time

<< Back to HTTP Interface