---
title: "Retrieve info for a specific Pool"
method: GET
path: "/pools/my/{poolid}"
---

# Retrieve info for a specific Pool

`GET /pools/my/{poolid}`

## Path parameters

- `poolid` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `poolId` string
  - `poolName` string
  - `smsSettings` object
    - `sticky` boolean
    - `geomatch` boolean
    - `transcode` boolean
    - `defaultCountry` string
    - `callback` object
      - `url` string
      - `strategy` string
  - `totalNumbers` integer
  - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
