apps.connections.open
method
Usage info
This API method uses an app-level token to generate a dynamic WebSocket URL. Use it with your app in Socket Mode to receive events and interactive feature payloads to the URL, rather than a public HTTP Request URL.
For this method, you will need to pass this token in the HTTP Authorization
header of your request; passing it as a POST parameter will result in an error.