UBER reminder API 403 ERROR -
i trying make call uber reminder api post /v1.2/reminders
with headers:
content-type: application/json
authorization: token o8qh38ydlhkraxiipo0ay-3crlvgzy5rtk5zcnob
and json data:
{ "reminder_time": 1429294463, "phone_number": "+10000000000", "event": { "time": 1429294463 , "name": "frisbee friends", "location": "dolores park", "address": "532-564 dolores st, san francisco, ca 94114, usa", "product_id": "a1111c8c-c720-46c3-8534-2fcdd730040d" } }
i added ip address in white list ip addresses in uber developer portal still getting 403 error.
Comments
Post a Comment