Hello,
I am experiencing a very strange behavior of the Beting API.
I am using my Live key and currently there are a lot of events (at the time of writing) but all the requests return a 200 with an empty Result array. Like that:
Whatever Operation I pick - the result is always that response.
An example of a real request from the last few minutes is:
URL: HEADERS:
BODY:
Anyone experiencing similar issues?
I am experiencing a very strange behavior of the Beting API.
I am using my Live key and currently there are a lot of events (at the time of writing) but all the requests return a 200 with an empty Result array. Like that:
[{"jsonrpc":"2.0","result":[],"id":1}]
An example of a real request from the last few minutes is:
URL: HEADERS:
array(6) {
["X-Application"]=>
string(16) "my live key ********"
["X-Authentication"]=>
string(44) "an actual token *******"
["Accept"]=>
string(16) "application/json"
["Content-Type"]=>
string(16) "application/json"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Connection"]=>
string(10) "keep-alive"
}
["X-Application"]=>
string(16) "my live key ********"
["X-Authentication"]=>
string(44) "an actual token *******"
["Accept"]=>
string(16) "application/json"
["Content-Type"]=>
string(16) "application/json"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Connection"]=>
string(10) "keep-alive"
}
[{ "jsonrpc": "2.0", "method": "SportsAPING/v1.0/listEvents", "params": {"filter": {"eventTypeIds":[1],"inPlayOnly":true}}, "id": 1}]


Comment