---
title: "Unblock a contact by phone number"
method: POST
path: "/api/v2/contacts/unblock"
tags: ["Contacts"]
---

# Unblock a contact by phone number

`POST /api/v2/contacts/unblock`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Contacts/unblockContact" target="_blank">Try in sandbox</a><br>Unblock a contact by phone number

## Request body

- object
  - `phone` string — Contact phone number.

## Response `204`

Request executed with success.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.
- `404` — Request data not found.

---

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