---
title: "Aftership Webhook"
method: POST
path: "/aftership_webhook"
---

# Aftership Webhook

`POST /aftership_webhook`

Webhook for AfterShip tracker updates.

The body is taken raw because the HMAC in the aftership-hmac-sha256 header
covers the exact bytes sent, which can't be re-derived from a parsed payload.
An unparseable body raises, answering 500 so AfterShip retries the delivery.

## Headers

- `aftership-hmac-sha256` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/versemedical/apis/fastapi.md) · [All operations](https://skmtc.dev/versemedical/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/versemedical/fastapi/revisions/2fa122a248bb/schema)
