...
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 |
Package | This resource is included in the SCOUTSFEED , LIVESCORE and SCOREFRAME packages |
Cache | 15 seconds |
Authorization required | Yes |
...
Parameters
Name | Data type | Description |
---|---|---|
event_id | xsd:int | REQUIRED. The requested event identifier |
product | xsd:string | REQUIRED. The requested product name identifier
|
token | xsd:string | REQUIRED. More information concerning oAuth token: oAuth 2.0 authorization |
...
.data | |
---|---|
message | Response info message. |
status | Response code. |
Response Code
Code | |
---|---|
200 | Successful request. |
status | Response code. |
Sample curl call
Request | Parameters |
---|---|
curl -XPOST 'https://api.softnetsport.com/v2/booked-events/create?token=YOUR_TOKEN&event_id=EVENT_ID&product=PRODUCT_NAME' | YOUR_TOKEN EVENT_ID PRODUCT_NAME |