client.get
Use this method to retrieve a single client.
1 <?xml version="1.0" encoding="utf-8" ?>
2
3 <!--authentication token is placed in your account-->
4 <Request authtoken="YOUR-AUTHENTICATION-TOKEN">
5
6 <Action type="client" method="get">
7
8 <!--Mandatory - client key-->
9 <ClientId>127</ClientId>
10
11 </Action>
12
13 </Request>
|