---
title: "Retry send message"
method: POST
path: "/messages/{message_id}/retry"
tags: ["Messages"]
---

# Retry send message

`POST /messages/{message_id}/retry`

This endpoint let you retry sending a message that has failed to be sent.

## Path parameters

- `message_id` integer, required — The id of the message to send

## Response `200`

OK

- object
  - `status` 'success'

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated

---

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