EndpointsGet Predictions Predictionid
Endpoints

GET /predictions/{predictionId}

Retrieve details for a specific prediction

curl -X GET "https://api.predictorbets.com/v1/predictions/example_string" \
  -H "Content-Type: application/json"
["null"]
GET
/predictions/{predictionId}
GET
path
predictionIdstring
Required

The unique identifier of the prediction to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

predictionIdstring
Required

The unique identifier of the prediction to retrieve

Responses

Details of the requested prediction including confidence scores and odds

Was this page helpful?
Built with Documentation.AI

Last updated 1 week ago