Authentication
For increased security, integrations should strive to use OAuth 2, especially if the integration is designed for multiple customers.
WARNING
{token}
.Api-Key
Creating an Api-Key
X-Api-Key
, given key from vPlan. Will change if new Api-key is generatedHeader parameter name:
X-Api-Env
, identifier for current environmentOAuth 2
Roles
OAuth 2 Role | Application |
---|---|
Client | Application using this API |
Resource Server | The vPlan API service |
Authorization Server | Most Wanted OAuth 2 Authorization Server |
Resource Owner | The user of the vPlan environment |
Creating an app
Registration of the app provides a
client id
and client secret
. This information is specific to the app. The client secret should never be shared publicly.Flow type: authorizationCode
Authorization URL: https://developer.mostwanted.io/api/v1/oauth/authorize
Token URL: https://developer.mostwanted.io/api/v1/oauth/token
Modified at 2024-10-04 09:04:56