---
title: "Creates a new Social link type"
method: POST
path: "/social-link-types"
tags: ["SocialLinkType"]
---

# Creates a new Social link type

`POST /social-link-types`

## Request body

- SocialLinkTypeDef
  - `_id` string, required
  - `name` string, required
  - `icon` string
  - `disabled` boolean

## Response `201`

The created social link type

- SocialLinkTypeResponseDef
  - `_id` string, required
  - `name` string, required
  - `icon` string
  - `disabled` boolean

## Other responses

- `400` — Validation errors caused by missing or invalid header / path or payloads
- `401` — Failed to authenticate the user making the request
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
