In order to create access tokens for a specific vPlan environment, the Resource Owner has to authorize the app to access their vPlan environment.To request authorization, the Resource Owner should be redirected to https://developer.mostwanted.io/api/v1/oauth/authorizeThe Resource Owner will be asked to log in to vPlan and allow this app to access the data in his vPlan environment.
Request
Authorization
or
Query Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.vplan.com/v1/oauth/authorize?client_id&redirect_uri&response_type'