get_logged_in_athlete_clubs
Retrieve clubs the authenticated athlete is a member of, with support for pagination.
Instructions
List Athlete Clubs
Endpoint: GET /athlete/clubs
Description: Returns a list of the clubs whose membership includes the authenticated athlete.
Read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. Defaults to 1. | |
| per_page | No | Number of items per page. Defaults to 30. |