> For the complete documentation index, see [llms.txt](https://docs.solflare.com/solflare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solflare.com/solflare/technical/solflare-notifications/api-endpoints/view-cast-endpoint.md).

# View Cast Endpoint

```javascript
GET /v1/casts/123..
Headers
{
  "Authorization": "Basic 5LQWBmQ1...FQD"
}
Response
{
  "data": {
    "_id": "123...",
    "title": "New feature",
    "body": "We are releasing super cool feature at 1PM CET",
    "icon": "https://solflare.com/assets/logo-128.png",
    "image": null,
    "publicKey": "GC5F...k6gZ",
    "platform": "all", 
    "topic": "general",
    "actionUrl": null
  }
}
```
