Skip to main content
GET
/
api
/
v1
/
tournaments
List tournaments
curl --request GET \
  --url https://api.example.com/api/v1/tournaments \
  --header 'X-API-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.55-tech.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Client API key (UUID format). Get your key from the admin dashboard.

Query Parameters

sportId
integer | null

Filter by sport ID

active
boolean | null

Filter by active status

Response

Successful Response

The response is of type Response List Tournaments Api V1 Tournaments Get · object.