Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created February 28, 2020 22:39
Show Gist options
  • Save flurrydev/bd1c5145fdfe0e6b7dcd92ffe9aedeed to your computer and use it in GitHub Desktop.
Save flurrydev/bd1c5145fdfe0e6b7dcd92ffe9aedeed to your computer and use it in GitHub Desktop.
YDN RDD API Request Example
curl -X POST "https://rawdata.flurry.com/pulse/v1/rawData"
-H 'accept: application/vnd.api+json'
-H 'authorization: Bearer ~~YOUR TOKEN~~' -H 'cache-control: no-cache' -H 'content-type: application/vnd.api+json'
-d '{"data":
{"type": "rawData", "attributes":
{"startTime": “1511164800000",
"endTime": “1511251199000",
"outputFormat": “JSON",
"apiKey": "AAAA1111BBBB2222CCCC"
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment