We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc670fc commit e3040e7Copy full SHA for e3040e7
README.md
@@ -360,7 +360,7 @@ Your client application code should handle this GET request by making a request
360
the authorization code for an OAuth token.
361
362
```
363
-4) POST http://localhost:5000/v3/oauth2/token
+4) POST http://localhost:5000/v3/oauth2/tokens
364
grant_type=authorization_code
365
code=<some_code>
366
redirect_uri=<your_redirct_uri>
0 commit comments