cURL
curl --request POST \ --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/get-club-messages \ --header 'Content-Type: application/json' \ --data '{ "club_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "limit": 50, "offset": 0 }'
{ "success": true, "messages": [ "<any>" ] }
Get paginated chat messages for a club. Uses Redis caching for performance.
1 <= x <= 100
x >= 0
Successful response
Show child attributes