
Requests a proxy authentication token corresponding to the user in the Context A user must already be authenticated and have an auth-token in order to be able to get a proxy token for itself. This proxy token never expires and can be used with the proxy user's authentication token to make proxy user work on behalf of the user in the context.
This call has no restrictions.
Response
GET https://192.168.0.0:4443/proxytoken HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
HTTP/1.1 200 OK Content-Type: application/xml X-SDS-AUTH-PROXY-TOKEN: <PROXY_AUTH_TOKEN>