# getOverlayHttpToken

Version: 5.0+

Description: obtain a token for using the overlay functionality on the HTTP server.

Request example:

{
    "method": "getOverlayHttpToken",
    "requestId" : "1"
}

Response example:

{
    "method": "getOverlayHttpToken",
    "requestId": "",
    "token": "6*LoqJQv0ZFY7jJpBV*196432278*3437323138383438323841333039384436313032364345374344463030414143",
    "result": true
}

Parameter description:

  • token - a token used for the overlay functionality on the HTTP server. It is automatically changed after the end or start of a call or conference, upon logout, and when authentication parameters are changed (setAuthParams).

  • requestId - a unique request identifier. You can learn more about it here.

See also: