Skip to main content
GET
/
broadcasts
/
{broadcastId}
Get a broadcast by ID
curl --request GET \
  --url https://messenger-public-api.cogfy.com/broadcasts/{broadcastId} \
  --header 'api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "pending",
  "createDate": "2023-11-07T05:31:56Z"
}

Authorizations

api-key
string
header
required

Path Parameters

broadcastId
string<uuid>
required

Response

200 - application/json
id
string<uuid>
status
enum<string>
Available options:
pending,
sent
createDate
string<date-time>