Skip to main content
Use this endpoint to retrieve all clubs that are playing in the competition in the current seasion. These are the same competitions as can be found viaGET /competitions.

Authentication

All requests must include a valid API key, either as an x-api-key header or as a Bearer token in the Authorization header.

Request

string
required
The SquadAssist competition ID. Obtain this from GET /competitions

Response

array[Club]
An array of club objects, one for each club in the competition.

Example

Response