Skip to main content
POST
/
get-club
Get club details
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>"
}

Body

application/json
club_slug
string
required
Minimum length: 1
token_id
string
required
Minimum length: 1

Response

Successful response

success
boolean
required
club
any