Get New Access Token Using Existing Refresh Token
Request Code samples
Shell
curl --location "URL/access/klearstack/getaccesstokenfromrefreshtoken" \
--header "Authorization: Bearer YOUR_EXISTING_ACCESS_TOKEN" \
--form "refresh_token=Replace_Refresh_Token_Here" \
--form "company_name=Replace_Company_Name_Here"Python
Java (OkHttp)
Node.js (Axios)
JavaScript (XHR)
API Response
Last updated