# Send Media Retry Receipt **POST /messages/media/retry-receipt** Send a media retry receipt to request re-delivery of failed media. Requires sender_jid and media_key (base64) so WhatsApp can verify the request. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **chat_jid** (string) WhatsApp JID of the chat - **sender_jid** (string) WhatsApp JID of the message sender - **message_id** (string) Message ID of the media message - **media_key** (string) Media key (base64) from the failed media message ## Responses ### 200 Media retry receipt sent #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) ### 400 Bad request #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)