---
title: "Create a Relationship Type"
method: POST
path: "/profile-relationship-types/"
---

# Create a Relationship Type

`POST /profile-relationship-types/`

## Request body

- object
  - `client_id` string, required — The Application's Client ID
  - `name` string, required — The human-readable name of the relationship type. Example: "Follow"
  - `key` string, required — The key of the relationship type. The key must be unique within the application. Example: `follow`

## Response `201`

201

- object
  - `client_id` string
  - `created_at` string
  - `id` string
  - `key` string
  - `name` string
  - `url` string

## Other responses

- `400` — 400
- `409` — 409

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/versions/f3171d1c30f7/schema)
