File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ curl -X POST https://api-eu.vonage.com/oauth2/token \
88 --header " Content-Type: application/x-www-form-urlencoded" \
99 --data-urlencode " code=$AUTH_CODE " \
1010 --data-urlencode " redirect_uri=$REDIRECT_URI " \
11- --data-urlencode " grant_type: authorization_code"
11+ --data-urlencode " grant_type= authorization_code"
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ curl -X POST https://api-eu.vonage.com/v0.1/network-enablement \
88 --header " Content-Type: application/json" \
99 --data $' {
1010 "phone_number": "' $VNA_PHONE_NUMBER ' ",
11- "scopes": ["' $VNA_SCOPE ' "],
11+ "scopes": ["dpv:FraudPreventionAndDetection#number-verification-verify-read "],
1212 "state" : "' $VNA_STATE ' "
1313}'
You can’t perform that action at this time.
0 commit comments