Closed
Description
When im trying to send a push to only one device through a device token it is sending a error like this:
{"error":"Unexpected token }"}
Can you help me to figure out , thanks, this is the curl im using
curl -X POST
-H "X-Parse-Application-Id: appIdNumber"
-H "X-Parse-Master-Key: MasterKeyNumber"
-H "Content-Type: application/json"
-d '{
"where": {
"deviceToken" : "erwrwerew.rwe......."
},
"data": {
"title": "Hey",
"alert": " hello",
}
}'\ http://hostname/parse/push
Metadata
Metadata
Assignees
Labels
No labels