Use Access Tokens to Authenticate Requests
Once you obtain an access token you can use that token with any request to the API by including it in the authorization header. An example request could look like:
curl -H ‘Accept: application/json’ \
-H ‘Authorization: Bearer <access_token>’ \
https://api.lookout.com/mra/stream/v2/events
If a request to any Mobile Threat API endpoint returns
401 UNAUTHORIZED
, the client must obtain a new access_token. See Request a Token.