APIEndpoint referenceTeam
/team/{id}/upcoming-events
Path Parameters
id*integer
Format
int64Query Parameters
limit?integer
Format
int64page?integer
Format
int64Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/team/0/upcoming-events"{ "data": [ "string" ], "pagination": { "property1": null, "property2": null }}