cURL
curl --request GET \ --url https://api.pathstack.io/realtime/connect \ --header 'Authorization: Bearer <token>'
{ "data": { "url": "<string>" } }
This endpoint returns an authenticated url for a websocket connection.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"2024-03-27"
Successful Response
The response is of type object.
object