---
title: "Get point by ID"
method: GET
path: "/custom/points/{id}"
tags: ["Points Controller"]
---

# Get point by ID

`GET /custom/points/{id}`

Returns point details based on the given ID

## Path parameters

- `id` string, required

## Response `200`

Successfully retrieved point

- PointDetail
  - `id` string
  - `displayName` string
  - `type` 'APM' | 'PUDO'
  - `country` string
  - `locationType` 'INDOOR' | 'OUTDOOR'
  - `imageUrl` string
  - `coordinates` Coordinates
    - `latitude` number, double
    - `longitude` number, double
  - `location247` boolean
  - `capabilities` string[]
  - `address` Address
    - `country` string
    - `administrativeArea` string
    - `city` string
    - `street` string
    - `buildingNumber` string
    - `postalCode` string
  - `description` TranslatedObject
    - `content` string
    - `translations` object
  - `description2` TranslatedObject
    - `content` string
    - `translations` object
  - `description3` TranslatedObject
    - `content` string
    - `translations` object
  - `operatingHours` OperatingHours
    - `customer` Customer
      - `monday` TimeRange[]
        - `start` string
        - `end` string
      - `tuesday` TimeRange[]
        - `start` string
        - `end` string
      - `wednesday` TimeRange[]
        - `start` string
        - `end` string
      - `thursday` TimeRange[]
        - `start` string
        - `end` string
      - `friday` TimeRange[]
        - `start` string
        - `end` string
      - `saturday` TimeRange[]
        - `start` string
        - `end` string
      - `sunday` TimeRange[]
        - `start` string
        - `end` string
  - `guaranteedLockerTemperatures` integer[]

## Other responses

- `404` — Point not found
- `500` — Server error

---

[API](https://skmtc.net/inpost-group/apis/points-api.md) · [All operations](https://skmtc.net/inpost-group/apis/points-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inpost-group/points-api/revisions/464ddcc7e09b/schema)
