---
title: "Retrieve a particular transaction's contacts. Currently just phone numbers"
method: GET
path: "/transactions/{id}/contacts"
tags: ["transactions-transactions"]
---

# Retrieve a particular transaction's contacts. Currently just phone numbers

`GET /transactions/{id}/contacts`

## Path parameters

- `id` string, uuid, required

## Response `200`

Success

- TransactionContactsDTO
  - `customerPhoneNumber` string
  - `merchantPhoneNumber` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `500` — Server error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/versions/29661adc1ffc/schema)
