Join Clubs

Join Clubs

post
Authorizations
X-Api-KeystringRequired

The MySK API key.

OAuth2authorizationCodeRequired

The access token returned from performing an OAuth login with Google.

Authorization URL: Token URL:
Path parameters
idstring · uuidRequired

The club ID for creating a request to join.

Responses
200

Response type that returns a ClubRequest record.

application/json
Responseall of
post
/v1/clubs/{id}/join
POST /v1/clubs/{id}/join HTTP/1.1
Host: api.mysk.school
X-Api-Key: YOUR_API_KEY
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "api_version": "text",
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000"
  },
  "error": null,
  "meta": {
    "timestamp": "2025-12-05T21:34:34.329Z",
    "pagination": null
  }
}