GET /profiles
Updated on
Retrieves a publisher's user profile in form of
profileItem
. See profileItem element definition in WSDL/XSD. This resource requires connectid, nonce, date and signature for authentication. See Authentication documentation for REST and SOAP. Passing authentication information as query parameters is supported.Resource URL
XML: https://api.zanox.com/xml/2011-03-01/profiles
JSON: https://api.zanox.com/json/2011-03-01/profiles
Parameters
callback | Supported if format is JSON. Returns the name of the JS function the result is wrapped in. |
Example Request
The authentication information in the request is expired and will result in authentication exception.
https://api.zanox.com/json/2011-03-01/profiles?connectid=802B8BF4AE99EBE00F41&date=Fri,%2030%20Aug%202013%2008:43:48%20GMT&nonce=7DA41D378ED70D1FF92D10940800F084&signature=eHvyXV5p3r10ZoQG7Q9Wzey1kbE=
Example Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <GetProfileResponse> <profileItem id="1398877"> <adrank>0.0</adrank> <firstName>Firstname</firstName> <lastName>Lastname</lastName> <email>testing@zanox.com</email> <country>DE</country> <street1>Mystreet 122</street1> <city>MyCity</city> <zipcode>12345</zipcode> <street2>My corner</street2> <mobile>49</mobile> <language>de_DE</language> <title>HERR_UND_FRAU</title> <loginName>TEST</loginName> <userName>TEST</userName> <isAdvertiser>false</isAdvertiser> <isSublogin>false</isSublogin> </profileItem> </GetProfileResponse>
Resource Information
Rate Limited? | No |
Authentication | Requires signature. See REST Authentication SOAP Authentication |
Response Formats | json, xml |
HTTP Methods | GET |
Resource family | Profile |
Response Object | profileItem |
API Version | 2011-03-01 |