Skip to content

Instantly share code, notes, and snippets.

@sebastienblanc
Created July 17, 2013 12:50
Show Gist options
  • Save sebastienblanc/6020299 to your computer and use it in GitHub Desktop.
Save sebastienblanc/6020299 to your computer and use it in GitHub Desktop.
curl -u "{PushApplicationID}:{MasterSecret}"
-v -H "Accept: application/json" -H "Content-type: application/json"
-X POST
-d '{
"alias" : ["[email protected]", "[email protected]", ....],
"deviceType" : ["iPad", "AndroidTablet"],
"message": {
"alert":"HELLO!",
"sound":"default",
"badge":7,
"simple-push":"version=123",
"someKey":"some value",
"anotherCustomKey":"some other value"
},
"simple-push": {
"SomeCategory":"version=123",
"anotherCategory":"version=456"
}
}'
http://localhost:8080/ag-push/rest/sender/selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment