---
title: "Get SIM card public IP definition"
method: GET
path: "/sim_cards/{id}/public_ip"
tags: ["SIM Cards"]
---

# Get SIM card public IP definition

`GET /sim_cards/{id}/public_ip`

It returns the public IP requested for a SIM card.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- object
  - `data` SIMCardPublicIP
    - `record_type` string
    - `region_code` string
    - `sim_card_id` string, uuid
    - `type` 'ipv4'
    - `ip` string — The provisioned IP address. This attribute will only be available when underlying resource status is in a "provisioned" status.
    - `created_at` string — ISO 8601 formatted date-time indicating when the resource was created.
    - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was updated.

## Other responses

- `401` — Unauthorized
- `default` — Unexpected error

---

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