Get User ID
Request Body
Shell
curl --location "URL/access/klearstack/getuserid" \
--header "Authorization: Bearer your_token_here" \
--form "username=Replace_User_Name_Here" \
--form "company_name=Replace_Company_Name_Here"Python
Java(OkHttp)
Node.js (Axios)
JavaScript (XHR)
API Response
Last updated