Skip to content

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

Parameters

:accountName tristan required The account name that will be checked to see if it is available

Response fields

Response

available true true or false depending on whether the account name is available
### Error
message An error occurred... Error information

Example

GET https://api.worker.crxtalk.com/account/tristan/available

Response:

200 OK
{ "available" : false }

Error:

200 OK
{ "error" : { "message" : "Something happened" } }
Clone this wiki locally