Case 2
the same happens when we are using
main_url + “/{{organization_name}}/identity_/connect/token”
Case 3
When we change url to
main_url + “/{{organization_name}}/default/identity_/connect/token”
we are getting response “200 ok”
Just wanted to let you know that before this we were using “grant_type” “refresh token” which was working correctly. But after the latest updates we couldn’t find the refresh token which we found from User Preferences=>Privacy & Security=>View API Access.
Welcome to the forums, I believe you are facing issue because of deprecation of the Tokens which got Migrated to PATs, check below and follow the instructions
For PATs, check below
Hope this helps you
If this Answers your question Like and Mark as solution