Skip to content

Instantly share code, notes, and snippets.

@JordiCorbilla
Created December 20, 2015 19:05
Show Gist options
  • Save JordiCorbilla/4ce2250489d4df3abe2b to your computer and use it in GitHub Desktop.
Save JordiCorbilla/4ce2250489d4df3abe2b to your computer and use it in GitHub Desktop.
curl -X POST \
-H "X-Parse-Application-Id: yourAppId" \
-H "X-Parse-REST-API-Key: yourRESTAPIKey" \
-H "Content-Type: application/json" \
-d '{
}' \
https://api.parse.com/1/events/AppOpened
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment