...
URL | https://api.softnetsport.com/v2/booked-events/create |
---|---|
XSD | |
Method | POST |
Description | Returns a single event with details including participants, partial results, stats, lineups and important incidents for the event |
Cache | 15 seconds |
Authorization required | Yes |
...
.data | |
---|---|
message | Response info message. |
status | Response code. |
Response Code
Code | |
---|---|
200 | Successful request. |
4xx | Bad request. |
Sample curl call
Request | Parameters |
---|---|
curl -XPOST 'https://api.softnetsport.com/v2/booked-events/create?token= |
{token}&event_id= |
{event_ |
id}&product= |
{product}' |
YOUR_TOKEN
EVENT_ID
token, event_id, product
|