Developers
V1SocialNotices

Malay and English notices to show before social sharing choices

Available before sign-in without account creation. Display both languages beside profile and club visibility choices, alongside the full privacy notice and social terms. Discovery/public visibility remain separate opt-ins; accepting terms does not enable them.

GET
/v1/social/notices

Response Body

application/json

curl -X GET "https://example.com/v1/social/notices"
{  "version": "1.0.0",  "profile": {    "en-MY": {      "title": "string",      "paragraphs": [        "string"      ]    },    "ms-MY": {      "title": "string",      "paragraphs": [        "string"      ]    }  },  "clubs": {    "en-MY": {      "title": "string",      "paragraphs": [        "string"      ]    },    "ms-MY": {      "title": "string",      "paragraphs": [        "string"      ]    }  }}