HTTP API (Legacy)
Important: API Channel Activation for New Accounts and Sub-Accounts
When you create a new Account or Sub-Account, please be aware that by default, no API channels will be active. To enable API access and manage your Accounts and Sub-Accounts' API credentials and settings, please follow the steps outlined in the "API Keys" page.
Note for Accounts Created Before 6 June 2023: If you have an Account that was created before 6 June 2023, the API channels would have been automatically enabled. However, if you wish to switch to an alternative API or use additional APIs, you will need to create an API Key for the desired API.
Overview
The page can be referenced at https://legacy.mymobileapi.com/api5/http5.aspx
We do not support HTTP communication, only HTTPS is available. To ensure secure transmission, all URLs referenced in this guide must use HTTPS. All functions require the following information:
- Type
- Username
- Password
The “Type” defines what function you wish to execute.
The output is XML based and will always contain the following:
<api_result>
<call_result>
<result>True</result>
<error/>
</call_result>
</api_result>
Please Note:
Where XML data is passed the data between the xml tags should be URL encoded.
The following symbols need to be replaced if you’re using the “Get” method.
Symbol | Replace With |
---|---|
& | %26amp; |
< | %26lt; |
> | %26gt; |
Updated 12 days ago