Hi
Does anyone know if it is possible to GET data from the football-data.org API into Parabola?
https://api.football-data.org/v2
The instructions I received when registering to the website said to use a “X-Auth-Token”, which was provided. When I tried it as a Bearer Token, I got an error 404.
I’d like to pull Premier League fixtures and results data.
Thanks and regards Fraser
Hey Fraser
Try adding your API key as a customer header.
You can switch your Authentication Type to None and type X-Auth-Token as your Header Key. Insert your API key as the Header Value.
None
X-Auth-Token
Double-check to make sure your Endpoint URL is correct as well. 404 errors typically mean that the resource is not found.
Hope that helps!
Thanks Daniel – i’ve got past that bit now!