https://github.com/osquery/osquery logo
#fleet
Title
# fleet
s

Scott Blake

03/08/2022, 2:56 PM
How do you get the token of an API-only user?
k

Kathy Satterlee

03/08/2022, 3:14 PM
Hi, @Scott Blake! You can get a token using the
/login
API endpoint. Send the
email
and
password
in the body of the request and the token will be included in the response.
If the user is set up for SSO, the token can only be retrieved from the UI under
/profile
s

Scott Blake

03/08/2022, 4:13 PM
Thank you
4 Views