---
title: "Get points"
method: GET
path: "/custom/points"
tags: ["Points Controller"]
---

# Get points

`GET /custom/points`

Returns points according to the given query parameters

## Query parameters

- `page` string
- `perPage` string
- `limit` string
- `address.country` string
- `address.administrativeArea` string
- `address.city` string
- `address.postalCode` string
- `capabilities` string
- `type` string

## Response `200`

Successfully retrieved points

- PointList
  - `count` integer
  - `page` integer
  - `perPage` integer
  - `totalPages` integer
  - `items` PointListItem[]
    - `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

## Other responses

- `400` — Invalid query parameter
- `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)
