-
Notifications
You must be signed in to change notification settings - Fork 0
GET account available
tristanls edited this page Nov 24, 2012
·
7 revisions
GET https://api.worker.crxtalk.com/account/:accountName/available
Check if the :accountName
is available.
HTTP method | GET |
---|---|
Requires login | false |
:accountName | tristan |
required The account name that will be checked to see if it is available |
---|
available | true |
true or false depending on whether the account name is available |
---|
message | An error occurred... |
Error information |
---|
GET
https://api.worker.crxtalk.com/account/tristan/available
200 OK
{ "available" : false }
200 OK
{ "error" : { "message" : "Something happened" } }