Hi, I’m on the NBA All-Star plan.
My API key is: 1c424e48-c422-478c-8640-05da103ba98d
I’m using the official Python SDK exactly as your docs show:
from balldontlie import BalldontlieAPI
client = BalldontlieAPI(api_key="...")
client.nba.teams.list()
I get AuthenticationError: Unauthorized (401) every time.
Can you please confirm that this key is active for NBA endpoints or issue a new working key?
Hi, I’m on the NBA All-Star plan.
My API key is: 1c424e48-c422-478c-8640-05da103ba98d
I’m using the official Python SDK exactly as your docs show:
from balldontlie import BalldontlieAPI
client = BalldontlieAPI(api_key="...")
client.nba.teams.list()
I get AuthenticationError: Unauthorized (401) every time.
Can you please confirm that this key is active for NBA endpoints or issue a new working key?