POSTIngest External Data
External data ingestion endpoint for games. This endpoint is only supported with games.
The request body is a JSON envelope with a single data field. The shape of the data object is defined between the consumer and ShotTracker for each integration.
Request body
{
"data": {}
}Responses
- 201Created
- 403Forbidden
{ "status": 403, "message": "Restricted resource", "shottrackerRequestId": "f1e80480-e1d5-4684-a619-402984b5c9ba" } - 500Internal Server Error
{ "status": 500, "message": "<General System Error Message>", "shottrackerRequestId": "f1e80480-e1d5-4684-a619-402984b5c9ba" }