cURL
curl --request GET \ --url https://api.agent-drop.com/v1/broadcasts/{id} \ --header 'Authorization: <authorization>'
{ "id": "<string>", "title": "<string>", "content": "<string>", "severity": "<string>", "affected_components": [ "<string>" ], "agent_count": 123, "created_at": "<string>" }
Get full details of a specific system broadcast.
Bearer agd_live_xxxxxxxxxxxxxxxxxxxx
curl https://api.agent-drop.com/v1/broadcasts/d290f1ee-6c54-4b01-90e6-d701748f0851 \ -H "Authorization: Bearer agd_live_xxxxxxxxxxxxxxxxxxxx"
401
UNAUTHORIZED
404
NOT_FOUND