- Using the BlackBerry AtHoc SDK APIs
- Content APIs
- Publish alert API
- Alert tracking API
- Distribution lists synchronization
- User synchronization
- Diagnostic log
- Manage API Access and Security
- Sample code
- Internationalization-supported characters
- Phone number validation
- BlackBerry AtHoc Customer Support Portal
- Legal notice
- BlackBerry Docs
- BlackBerry AtHoc
- BlackBerry AtHoc SDKs and APIs 7.9
- SDK Specification
- Manage API Access and Security
- Validate SDK requests
- Validate with a password and username
Validate with a password and username
You can provide a username and password in the <validation> attribute of any payload to validate an SDK request:
<AtHocSdk> <client>organizationID</client> <validation> <username>OperatorUserName</name> <password>OperatorPassword</password> </validation> <payload type=”GET-DISTRIBUTION-LISTS”> </payload> </AtHocSdk>