cURL
curl --request GET \ --url https://padelapi.org/api/tournaments/{tournament} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "self": "<string>", "name": "<string>", "url": "<string>", "location": "<string>", "country": "<string>", "level": "<string>", "status": "<string>", "start_date": "<string>", "end_date": "<string>", "links": "<string>", "connections": "<string>" }
Endpoint to retrieve a specific tournament by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The tournament ID
TournamentResource