== api/authenticate == Returns a json notice response, if the account details passed are valid. '''URL:''' .http://uploadbooth.com/api/authenticate '''Formats:''' .json '''HTTP Method:''' .POST '''Parameters:''' .''login'' - login to test .''password'' - password to test, could be clear text or md5 hash. '''Response:''' {{{#!highlight javascript {'type':'notice','result':'Valid'} }}} .or {{{#!highlight javascript {'type':'error','result':'Invalid login or password'} }}}