Using the REST API
The REST API follows standard REST patterns.
Making API Calls:
curl https://dde-api.data.imgarena.com/basketball/seasons \
-X GET \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'Content-Type: application/json'Resource URL:
HTTP Methods:
Headers and Query Parameters:
Response Handling:
Enrichment:
Last updated
Was this helpful?