---
title: "Get a terminal using the id"
method: GET
path: "/terminals/{id}"
tags: ["Terminals"]
---

# Get a terminal using the id

`GET /terminals/{id}`

Return the details of a single terminal.

## Response `200`

OK

- object
  - `data` Terminal
    - `id` string, uuid
    - `relationships` object, required
      - `port` object, required
        - `data` object
          - `id` string, uuid
          - `type` 'port'
    - `attributes` object, required
      - `name` string, required
      - `nickname` string
      - `firms_code` string — CBP FIRMS Code or CBS Sublocation Code
      - `smdg_code` string — SMDG Code
      - `bic_facility_code` string — BIC Facility Code
      - `street` string — Street part of the address
      - `city` string — City part of the address
      - `state` string — State part of the address
      - `state_abbr` string — State abbreviation for the state
      - `zip` string — ZIP code part of the address
      - `country` string — Country part of the address
    - `type` 'terminal'

---

[API](https://skmtc.net/terminal49/apis/terminal49-api-reference.md) · [All operations](https://skmtc.net/terminal49/apis/terminal49-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/terminal49/terminal49-api-reference/versions/05ac7931d5a1/schema)
