" What is the field..." <- To get the bearer token you send an POST request "/api/v1/oauth/token" with the following data: {"grant_type": "", "client_id": "", "client_secret": "" } in the response there will be your bearer token :)