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.
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" ] } }}Approve/reject an exact text revision with an append-only decision POST
Requires a Better Auth session with a live platform admin role and no impersonation. Moderators cannot approve their own content. A stale revision is rejected.
Search approved profiles that opted into discovery GET
Literal name/handle search, minimum two characters. Blocked and muted profiles are omitted. UUID cursor pagination, maximum 50 results. No contact upload.