---
title: "Get excise movement"
method: GET
path: "/customs/excise/movements/{movementId}"
tags: ["Movements"]
---

# Get excise movement

`GET /customs/excise/movements/{movementId}`

Get excise movement for the supplied movement ID. </br></br>**Note:** You will only be able to retrieve movements where the consignor ID or consignee ID of the movement matches any of your excise reference numbers (ERNs) in the bearer token that you use for API authentication.

## Path parameters

- `movementId` string, uuid, required

## Headers

- `Accept` 'application/vnd.hmrc.1.0+json', required

## Response `200`

Successful operation. This will contain the details of the requested movement.

## Other responses

- `401` — Authorisation errors, e.g. excise number not authorised, authorisation expired, invalid enrolment parameter.
- `404` — Movement with supplied id not found for this ERN

---

[API](https://skmtc.dev/hmrc/apis/excise-movement-control-system-api.md) · [All operations](https://skmtc.dev/hmrc/apis/excise-movement-control-system-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hmrc/excise-movement-control-system-api/revisions/219deb5ade71/schema)
