Closed roundrobin closed 10 years ago
That's strange! Here's an example post I made from terminal with your app id that worked. Can you make sure you have all the fields?
curl -X POST -H "Content-Type: application/json" -d '{ "app_id":"your app id", "identity":"homepage", "data":"{\"title\":\"test deep link data\"}"}' http://api.branchmetrics.io/v1/url
I can't figure out how to use the
/v1/url
endpoint. I am making a POST request with curl and passing in the _appid (which I assume is my itunes id, is this right?) and the identity.In which format do you expect the api key? Right now the endpoint returns the following:
The returned message is not very helpful. Can you help here?