/auth/decodetoken/{authtoken}

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

Decode the value of an authtoken

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

Possible HTTP Parameters

name description
authtoken Raw XML token, an opaque string.

Output Payload

AuthToken representation of authtoken

Errors

code description
403 Thrown when an attempt is made to do something without the correct permissions.

Comments