Request an extender config file download
POST/authorizer/api/v1/extender/conf/:trusted_client_id
Request an extender-config.toml pre-configured for this PrivX installation. Returns a download session ID. Session ID can be used with this endpoint.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Successful response, returns session id.
Bad request error response
Unauthorized request error response; OAuth2 authorization missing or invalid
Forbidden error response; OAuth2 authorization OK but scope insufficient
Resource not found error response
Internal server error response