Create Club Contacts

Create Club Contacts

post
Authorizations
Path parameters
idstring · uuidRequired

The club ID for creating a new club contact.

Body
all ofOptional
Responses
200

Response type that returns a Contact record.

application/json
Responseall of
post
POST /v1/clubs/{id}/contacts HTTP/1.1
Host: api.mysk.school
X-Api-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 99

{
  "data": {
    "type": "phone",
    "value": "text"
  },
  "fetch_level": "id_only",
  "descendant_fetch_level": "id_only"
}
{
  "api_version": "text",
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "created_at": "2025-09-04T15:54:52.428Z",
    "name": {
      "en-US": null,
      "th": null
    },
    "type": "phone",
    "value": "text",
    "include_students": null,
    "include_teachers": null,
    "include_parents": null
  },
  "error": null,
  "meta": {
    "timestamp": "2025-09-04T15:54:52.428Z",
    "pagination": null
  }
}