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-applications/{websocketApplication} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "websocketApplications", "relationships": {} }, "included": [ { "id": "<string>", "type": "websocketServers", "relationships": {} } ] }
Get a specific WebSocket application including credentials.
The Bearer Token generated on the Cloud UI.
The websocket application identifier
Available includes are server. You can include multiple options by separating them with a comma.
server
WebsocketApplicationResource
Show child attributes
Was this page helpful?