| | 1 | = zooomr.auth.getToken = |
|---|
| | 2 | |
|---|
| | 3 | Returns the auth token for the given frob, if one has been attached. This method call must be signed. |
|---|
| | 4 | |
|---|
| | 5 | === Authentication === |
|---|
| | 6 | |
|---|
| | 7 | This method does not require authentication. |
|---|
| | 8 | |
|---|
| | 9 | === Arguments === |
|---|
| | 10 | |
|---|
| | 11 | api_key (Required) |
|---|
| | 12 | Your API application key. See here for more details. |
|---|
| | 13 | frob (Required) |
|---|
| | 14 | The frob to check. |
|---|
| | 15 | |
|---|
| | 16 | === Example Response === |
|---|
| | 17 | {{{ |
|---|
| | 18 | {"stat": "ok", "auth": {"_content": {"perms": "write", "token": "Z01:TOKENSTRINGHERE", "user": {"username": "bluemonki", "fullname": "bluemonki", "nsid": "13205@Z01"}}}} |
|---|
| | 19 | }}} |