Manage Token
Manage Tokenlink
POST
/v-token/v1/oauth2/tokenRegenerate Access Token
Headers
AuthorizationRequest body
application/x-www-form-urlencoded{
"grant_type": "client_credentials"
}Responses
Successful response
nullboltTry it
env
POST
https://api-devapps.vfdbank.systems/vtech-wallet/api/v1/wallet2/v-token/v1/oauth2/tokenHeaders
AuthorizationRequest body
Code samples
curl -X POST 'https://api-devapps.vfdbank.systems/vtech-wallet/api/v1/wallet2/v-token/v1/oauth2/token' \
-H 'Content-Type: application/json' \
--data-raw '{
"grant_type": "client_credentials"
}'