***Antipattern***
Count: 0

***Pattern***
Count: 21
-POST  /accounts Create new account
-GET  /accounts/[account_id]/status?apikey=[value] Get account status
-GET  /accounts/[account_id]/users?apikey=[value] Get users list from account
-GET  /accounts?apikey=[value] Get accounts info for reseller
-POST  /licenses/[license_code]/addons Add addon to license
-GET  /licenses?apikey=[value] Get all licenses info for reseller
-POST  /accounts/[account_id]/addons Add addon to account
-PUT  /accounts/[account_id]/status Change account status (suspend, unsuspend or terminate)
-PUT  /accounts/[account_id]/attributes/[attribute_name] Change account attribute
-GET  /accounts/[account_id]/addons?apikey=[value] Get all account add-ons with validity info
-GET  /licenses/[license_code]/addons?apikey=[value] Get all license add-ons with validity info
-GET  /signupcheck/email?productid=[value]&email=[value]&apikey=[value] Check email validity before signup
-GET  /accounts/[account_id]?apikey=[value] Get account info
-GET  /licenses/[license_code]/attributes/[attribute_name]?apikey=[value] Get license attribute
-PUT  /accounts/[account_id]/variation Change account variation
-DELETE  /accounts/[account_id]/users/[userid]?apikey=[value] Remove user from account
-GET  /accounts/[account_id]/attributes/[attribute_name]?apikey=[value] Get account attribute
-PUT  /licenses/[license_code]/attributes/[attribute_name] Change license attribute
-GET  /signupcheck/domain?productid=[value]&subdomain=[value]&apikey=[value] Check account domain before signup
-PUT  /licenses/[license_code]/addons/[addon_license]/validity Change addon validity on owned license
-GET  /variations?apikey=[value] Get all reseller variations
