Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created February 29, 2020 00:16
Show Gist options
  • Select an option

  • Save flurrydev/1e74b22f51ee63f1a87b39c952e957e7 to your computer and use it in GitHub Desktop.

Select an option

Save flurrydev/1e74b22f51ee63f1a87b39c952e957e7 to your computer and use it in GitHub Desktop.
YDN Polling Request
curl -g "https://rawdata.flurry.com/pulse/v1/rawData/~~YOUR_REQUEST_ID~~?fields[rawData]=requestStatus,s3URI"
-H 'accept: application/vnd.api+json;'
-H 'authorization: Bearer ~~YOUR TOKEN~~'
-H 'cache-control: no-cache'
-H 'content-type: application/vnd.api+json;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment