Retrieves the current user's subscriptions across all gyms.
GET /api/v1/gyms/my-subscriptions
Authorization: Bearer {token}
Returns a list of the user's gym subscriptions across all active gyms.
[
{ /* gym subscription resource */ },
{ /* gym subscription resource */ }
]
For a full schema, see Gym Subscription Resource.
| Status | Description | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |