If you have any question left, please drop a note with the discussion link of this page.

Step 3 - Use the authorization token to retrieve the user credentials

From Wiki.zanox.com

Jump to: navigation, search

With the authorization token you can query once for retrieving the credentials of the user.

To execute this method you need to have the following keys:

  1. authToken : The auth token is provided by us and will be sent to you by a http request.
  2. publicKey : Public key of the application, which can be found in the Application Store under the tab zanox keys of your application.
  3. signature : Hash-based signature to authenticate the request caller. Signed with secret key.
  4. nonce  : At least 20 character random string.
  5. timestamp : GMT timestamp.

How to build the signature, nonce and the timestamp see here.

The secret key and the public key let zanox authenticate you as a source of the request.

Here you find the wsdl of the GetSession Web Service.

test zanox Connect client

Personal tools