auth/decodetoken

The following methods are supported on this resource:

Mount Points

The following URLs are examples of where this resource is mounted :

XML: http://api.hi5.com
*JSON: http://api.hi5.com
*JSON endpoints are mounted read-only.

read

This method requires a resource id on the URL. (e.g. "GET http://api.hi5.com/{id-goes-here}".)

Decode the value of an authtoken

Given a raw value of an authtoken return it in it's decoded XML format.

Output Payload

AuthToken representation of authtoken

Errors

code description
403 if the token can't be decoded

Comments