Get OAuth2 access token
POST/oauth/token
Access Token Request https://tools.ietf.org/html/rfc6749. Supported grant types by OAuth domain:
- privx-ui: authorization_code
- privx-external: authorization_code, password
- privx-service: client_credentials
Request
Responses
- 200
- 400
- 500
Successful response, returns JSON object
Bad request
Internal server error