cURL
curl --request POST \ --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "query": "<string>", "type": "all", "limit": 20 }'
{ "success": true, "results": { "tokens": [ "<any>" ], "users": [ "<any>" ], "posts": [ "<any>" ] } }
Universal search across tokens, users, and posts. Supports filtering by category and pagination.
JWT token or API key
1
all
tokens
users
posts
1 <= x <= 100
Successful response
Show child attributes