post https://api.identity-sbx.fabric.zone/ums/v2/oauth2//v1/token
This API allows userapp
and sysapp
to fetch the access tokens. For userapp
use this API after the /authorize
API and the subsequent callback. For userapp
this endpoint supports generation of access token from authorization code or from refresh token, sent in the previous authorize
endpoint's callback. For sysapp
this API can directly be used to get an access token, no prior /authorize
end point call is needed.