Adaptor.prototype.activationCode = function(accountId, callback) {
  this._get("/accounts/" + accountId + "/activationcode", null, callback);
};