---
title: "Send Friend Request"
method: POST
path: "/api/friends/request/send/{receiver_id}"
tags: ["friends"]
---

# Send Friend Request

`POST /api/friends/request/send/{receiver_id}`

Send a friend request to another user.

Args:
    receiver_id: ID of the user to send friend request to
    current_user: Current authenticated user from dependency

Returns:
    Dict with the created friend request

## Path parameters

- `receiver_id` string, required

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
