Manage Token

Manage Tokenlink

POST/v-token/v1/oauth2/token

Regenerate Access Token

Headers

Authorization

Request body

application/x-www-form-urlencoded
{
  "grant_type": "client_credentials"
}

Responses

Successful response

null
boltTry it
env
POSThttps://api-devapps.vfdbank.systems/vtech-wallet/api/v1/wallet2/v-token/v1/oauth2/token

Headers

Authorization

Request 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"
}'