---
title: "Send a friendship request"
method: POST
path: "/api/v5/friendships/"
tags: ["Friendships"]
---

# Send a friendship request

`POST /api/v5/friendships/`

Send a friendship request

## Request body

- BodyFriendshipsSendRequestApiV5FriendshipsPost
  - `friendship-request` FriendshipRequestInCreate, required — Friendship request schema in create
    - `addresseeId` integer, required

## Response `201`

Successful Response

- FriendshipRequestInResponse — Friendship request schema in create
  - `friendshipRequest` FriendshipRequest, required — Friendship request model
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `id` integer
    - `requesterId` integer, required
    - `addresseeId` integer, required
    - `status` 'ACCEPTED' | 'REJECTED' | 'PENDING' | 'BLOCKED' — Friendship request status enum
    - `user` UserLight — A small version of user with user id
      - `id` integer
      - `username` string
      - `email` string
      - `firstName` string
      - `lastName` string
      - `profilePictureUrl` string
      - `phone` string
      - `role` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/revisions/3d192098b1ac/schema)
