API / Methods / wizehive.auth.getToken

wizehive.auth.getToken

Returns the auth token for the given frob.

Authentication

This method does not require authentication.

Arguments

api_key
(Required)
Your API application key. See here for more details.
frob
(Required)
The frob to check.

Example Response

<auth>
  <token>022ae2856657803a9d38be53c9208329</token>
  <perms>read</perms>
  <user id="682" username="mcarlson" fullname="Mark Carlson"/>
</auth>

perms
can have values of
none, read, write
or
delete
.

Error Codes

96: Invalid signature

The passed signature was invalid.
100: Invalid API Key

The API key passed was not valid or has expired.
108: Invalid frob

The specified frob does not exist or has already been used.
112: Method "xxx" not found

The requested method was not found.