get https://app.quantimo.do/api/v3/user
Returns user info. If no userId is specified, returns info for currently authenticated user
Log in to see full request history
Responses
401Not Authenticated
Returns user info. If no userId is specified, returns info for currently authenticated user
401Not Authenticated
xxxxxxxxxx
curl --request GET \
--url 'https://app.quantimo.do/api/v3/user?limit=100' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!