Description
The UserToken node is one of three required authorization keys that must be included with every call. You may have multiple UserTokens for a single DeveloperName. The GetUsageStats call can be used to track call volumes from unique UserTokens on your account.
Example Usage
<RequesterCredentials>
<Token>example_token_1234567890</Token>
<UserToken>example_usertoken_1234567890</UserToken>
<DeveloperName>example_developername_1234567890</DeveloperName>
</RequesterCredentials>
Type
string
Always Required/Included
Yes