{"docList":[{"url":"/token","parameters":"username(string), password(string), client_id(string), grant_type(set equal to 'password'), eventid(int optional if target is different than current live event). All Parameters must be x-www-form-urlencoded.","requestType":"POST","description":"Get an Oauth access token using a valid username/password"},{"url":"/token","parameters":"refresh_token(string), client_id(string), grant_type(set equal to 'refresh_token')","requestType":"POST","description":"Get an Oauth access token using a valid refresh token"}]}