as title suggests im having trouble passing the api key into the query. the direct url i use works to return data, but the action is returning an error. i have input my api key into the gui, but doesnt seem like its passing it correctly:
{
“domain”: “api.sportradar.com”,
“method”: “get”,
“path”: “/mlb/trial/v7/en/games/{year}/{month}/{day}/boxscore.xml”,
“operation”: “getDailyBoxscore”,
“operation_hash”: “cc25d99a68d307afe02d4a8d99281224d9d00938”,
“is_consequential”: false,
“params”: {
“year”: “2023”,
“month”: “10”,
“day”: “01”,
“api_key”: “your_api_key”
}
}
[debug] Response received
{
“function_name”: “getDailyBoxscore”,
“domain”: “api.sportradar.com”,
“message”: “The requested action requires approval”,
“action_id”: “g-012ef650bda819155a1e390c58b171da28328f98”
}
[debug] Calling HTTP endpoint
{
“domain”: “api.sportradar.com”,
“method”: “get”,
“path”: “/mlb/trial/v7/en/games/{year}/{month}/{day}/boxscore.xml”,
“operation”: “getDailyBoxscore”,
“operation_hash”: “cc25d99a68d307afe02d4a8d99281224d9d00938”,
“is_consequential”: false,
“params”: {
“year”: “2023”,
“month”: “10”,
“day”: “01”,
“api_key”: “your_api_key”
}
}
[debug] Response received
{
“response_data”: “
Developer Inactive
”,“status_code”: 403,
“action_id”: “g-012ef650bda819155a1e390c58b171da28328f98”
}