Security and Authentication

All web service and browser interaction with the AllOnMobile is over https. This ensures that data is sent to and from the AllOnMobile securely and that the client can determine that it is communicating with a trusted server.

Once your AllOnMobile account has been created you'll have immediate access to the API.

NOTE

In order to use the AllOnMobile API, you must first request your API username and password from our AllOnMobile support team

AllOnMobile makes use of the WS-Security Username Token profile. You will need to ensure that each operation called includes your API username and password. If your username and password is not included or recognised, the API will return an InvalidSecurityToken fault.



Previous: AllOnMobile API | Next: Request Validation