---
title: "Migrate from RobloxWebsite project, return news notification for Private Message page"
method: GET
path: "/v1/announcements"
tags: ["Accounts"]
---

# Migrate from RobloxWebsite project, return news notification for Private Message page

`GET /v1/announcements`

## Response `200`

OK

- RobloxPrivateMessagesApiModelsGetAnnouncementsResponse
  - `collection` RobloxPrivateMessagesApiModelsAnnouncementsDetailsResponse[]
    - `id` integer — The message's ID.
    - `sender` RobloxPrivateMessagesApiModelsVerifiedSkinnyUserResponse — A response model representing user basic information and the user's verified badge status.
      - `hasVerifiedBadge` boolean — Whether the user has a verified badge.
      - `id` integer
      - `name` string
      - `displayName` string
    - `subject` string — The subject of the message.
    - `body` string — The body of the message.
    - `created` string, date-time — When the message was created.
    - `updated` string, date-time — When the message was last updated.
  - `totalCollectionSize` integer

## Other responses

- `400` — 2: Message does not exist or the current user is not authorized to view it.
- `401` — 0: Authorization has been denied for this request.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/9e4acc812347/schema)
