curl --request GET \
--url https://api.hostwithdothost.com/auth/user/all \
--header 'Authorization: Bearer <token>'
Admin function to get all users
curl --request GET \
--url https://api.hostwithdothost.com/auth/user/all \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Was this page helpful?