Using the REST API
The REST API follows standard REST patterns.
curl https://dde-api.data.imgarena.com/tabletennis/seasons \
-X GET \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'Content-Type: application/json'curl 'https://dde-api.data.imgarena.com/tabletennis/fixtures?status=Completed&type=Official' \
-X GET \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'Accept: application/json' Enrichment
Last updated
Was this helpful?