cURL
curl --request POST \ --url https://community.kuest.com/comments \ --header 'Content-Type: application/json' \ --data ' { "event_slug": "<string>", "content": "<string>", "parent_comment_id": "<string>" } '
{ "id": "<string>", "content": "<string>", "user_id": "<string>", "username": "<string>", "user_avatar": "<string>", "user_address": "0x56687bf447db6ffa42ffe2204a05edaa20f55839", "user_proxy_wallet_address": "<string>", "user_created_at": "2023-11-07T05:31:56Z", "likes_count": 123, "replies_count": 123, "created_at": "2023-11-07T05:31:56Z", "is_owner": true, "user_has_liked": true, "recent_replies": "<array>" }
Creates a comment or reply for an event. Requires Authorization.
Authorization: Bearer <token>
1 - 2000
Comment created.
0x-prefixed EVM address (40 hex chars).
"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Was this page helpful?