GET
/
v1
/
mlb
/
batter-vs-pitcher
Get the career batter-vs-pitcher head-to-head line
curl --request GET \
  --url http://localhost:8082/v1/mlb/batter-vs-pitcher \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
default:tok_public_demo
required

Send a workspace API token in the Authorization: Bearer <token> header.

Query Parameters

batter
string
required
pitcher
string
required

Response

Head-to-head payload.