I am trying to send a push to a specific named user. I am getting a 400 error with message "empty selector".
Here is request:
{ "notification": { "alert": "View your quotation and accept the prices or request a new price.", "ios": { "title":"Your Quote is Ready", "extra":{ "quoteId":"22660" } }, "android":{ "title":"Your Quote is Ready", "extra":{ "quoteId":"22660" } } }, "audience":{ "named_user_id":"test" }, "device_types":"all"}
Here is response:
{"ok":false,"error":"Could not parse request body.","error_code":40214,"details":{"error":"Empty selector."},"operation_id":"5c3361a8-eed6-4b2f-a255-cf6a64522347"}
Comments
3 comments