cURL
curl --request POST \ --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/get-hub-polls \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "token_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "limit": 20 }'
{ "success": true, "polls": [ "<any>" ] }
Get list of polls associated with a token hub. Supports filtering by active status.
JWT token or API key
1 <= x <= 100
Successful response
Show child attributes