cURL
curl --request POST \ --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/get-hashtag-token \ --header 'Content-Type: application/json' \ --data '{ "hashtag_name": "<string>" }'
{ "success": true, "token": "<any>" }
Look up which token is associated with a specific hashtag name.
Successful response