You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST https://sod.superoffice.com/login/common/oauth/tokens?grant_type={{grant_type}}&client_id={{client_id}}&client_secret={{client_secret}}&redirect_uri={{redirect_uri}}&refresh_token={{refresh_token}}
Accept: application/json
### Get State - Get the API URL for the tenant
# @name State
GET https://sod.superoffice.com/api/state/{{tenant}}
Accept : application/json
### Response 200 (application/json) - Unfortunately this doesnt work, and its unable to overwrite the token => https://github.com/Huachao/vscode-restclient/issues/179