| | 1 | = zooomr.auth.checkToken = |
|---|
| | 2 | |
|---|
| | 3 | Returns the credentials attached to an authentication token. This call must be signed as specified in the authentication API spec. |
|---|
| | 4 | |
|---|
| | 5 | === Authentication === |
|---|
| | 6 | |
|---|
| | 7 | This method does not require authentication. |
|---|
| | 8 | |
|---|
| | 9 | === Arguments === |
|---|
| | 10 | |
|---|
| | 11 | api_key (Required) |
|---|
| | 12 | Your API application key. |
|---|
| | 13 | auth_token (Required) |
|---|
| | 14 | The authentication token to check. |
|---|
| | 15 | |
|---|
| | 16 | === Example Response === |
|---|
| | 17 | {{{ |
|---|
| | 18 | {"stat": "ok", "auth": {"_content": {"perms": "write", "token": "Z01:TOKENSTRING", "user": {"username": "bluemonki", "fullname": "bluemonki", "nsid": "13205@Z01"}}}} |
|---|
| | 19 | }}} |