Get/renew an access tokenCopy Pagepost https://{subdomain}.kommo.com/oauth2/access_tokenThe method allows you to exchange an authorization code to access token and refresh tokenBody Paramsclient_idstringclient_idclient_secretstringSecret keygrant_typestringenumType of authorization data (for Authorization code: authorization_code, for refresh token: refresh_token)authorization_codeauthorization_coderefresh_tokenAllowed:authorization_coderefresh_tokencodestringYour authorization coderefresh_tokenstringRefresh tokenredirect_uristringRedirect URI indicated in the integration settingsResponses 200200 400400Updated 10 months ago