cURL
curl --request POST \ --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/get-club \ --header 'Content-Type: application/json' \ --data '{ "club_slug": "<string>", "token_id": "<string>" }'
{ "success": true, "club": "<any>" }
Get details for a specific club by token_id and club_slug.
1
Successful response