---
title: "Retrieves a specific attachment from a specific contact by file name"
method: GET
path: "/Contacts/{ContactID}/Attachments/{FileName}"
tags: ["Accounting"]
---

# Retrieves a specific attachment from a specific contact by file name

`GET /Contacts/{ContactID}/Attachments/{FileName}`

## Path parameters

- `ContactID` string, uuid, required
- `FileName` string, required

## Headers

- `contentType` string, required

## Response `200`

Success - return response of attachment for Contact as binary data

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/versions/dc231cafd8de/schema)
