|
ActivationRequest
This method is depreciated. Developers are no longer required to activate their IP address. However, you can add IP restrictions via the control panel.
OverviewActivationRequest is the first call you will make to the API. This call authorizes your application to communicate with the API. No other calls will work until you successfully call ActivationRequest. Learn More: ActivationRequestXML
<?xml version="1.0" encoding="utf-8"?>
<ActivationRequest>
<Username>string</Username>
<Token>string</Token>
</ActivationRequest>
Elements
ActivationResponseXML
<?xml version="1.0" encoding="utf-8"?>
<ActivationResponse>
<Ack>string</Ack>
<Timestamp>timestamp</Timestamp>
</ActivationResponse>
Elements
|