The Laravel Cloud API and CLI are here. Build pipelines, manage environments, and hand off to AI agents. View the docs →
cURL
curl --request GET \ --url https://cloud.laravel.com/api/websocket-servers/{websocketServer} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "websocketServers", "relationships": {} }, "included": [ { "id": "<string>", "type": "websocketApplications", "relationships": {} } ] }
Get a specific WebSocket cluster.
The Bearer Token generated on the Cloud UI.
The websocket server identifier
Available includes are applications. You can include multiple options by separating them with a comma.
applications
WebsocketServerResource
Show child attributes
Was this page helpful?