zooomr.auth.checkToken

Returns the credentials attached to an authentication token. This call must be signed as specified in the authentication API spec.

Authentication

This method does not require authentication.

Arguments

api_key (Required)

Your API application key.

auth_token (Required)

The authentication token to check.

Example Response

{"stat": "ok", "auth": {"_content": {"perms": "write", "token": "Z01:TOKENSTRING", "user": {"username": "bluemonki", "fullname": "bluemonki", "nsid": "13205@Z01"}}}}