Skip to content

Instantly share code, notes, and snippets.

@tandevmode
Created January 15, 2020 08:59
Show Gist options
  • Save tandevmode/757c42514cba384361e11e75f7f91160 to your computer and use it in GitHub Desktop.
Save tandevmode/757c42514cba384361e11e75f7f91160 to your computer and use it in GitHub Desktop.
curl -v -X POST https://api.line.me/v2/bot/audienceGroup/click \
-H 'Authorization: Bearer {channel access token}' \
-H 'Content-Type: application/json' \
-d '{
"description": "podcastEP1click",
"requestId": "eec21aab-5747-41fe-95bc-ff7...",
"clickUrl": "https://open.spotify.com/episode/1NIfGNFe2DvymxTx5nofnA"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment