---
title: "Approve a contact request"
method: POST
path: "/api/v1/me/contacts/requests/{id}/approve"
tags: ["humanApiContacts"]
---

# Approve a contact request

`POST /api/v1/me/contacts/requests/{id}/approve`

Approves a pending contact request you received.

This creates a bidirectional contact relationship - both you and the requester
will be added to each other's contacts.

## Path parameters

- `id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Approved contact request

- ContactsApproveContactRequestResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Not authorized to approve this request
- `404` — Request not found
- `409` — Request already resolved
- `422` — Validation failed

---

[API](https://skmtc.dev/band/apis/request-api.md) · [All operations](https://skmtc.dev/band/apis/request-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/band/request-api/revisions/3cff423845a2/schema)
