How do you get the token of an API-only user?
# fleet
s
How do you get the token of an API-only user?
k
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
Thank you