---
title: "Get a single SIM card order"
method: GET
path: "/sim_card_orders/{id}"
tags: ["SIM Card Orders"]
---

# Get a single SIM card order

`GET /sim_card_orders/{id}`

Get a single SIM card order by its ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- object
  - `data` SIMCardOrder
    - `id` string, uuid — Identifies the resource.
    - `record_type` string — Identifies the type of the resource.
    - `quantity` integer — The amount of SIM cards requested in the SIM card order.
    - `cost` object — An object representing the total cost of the order.
      - `amount` string — A string representing the cost amount.
      - `currency` string — Filter by ISO 4217 currency string.
    - `order_address` object — An object representing the address information from when the order was submitted.
      - `id` string — Uniquely identifies the address for the order.
      - `first_name` string — The first name of the shipping recipient.
      - `last_name` string — The last name of the shipping recipient.
      - `business_name` string — The name of the business where the address is located.
      - `street_address` string — The name of the street where the address is located.
      - `extended_address` string — Supplemental field for address information.
      - `locality` string — The name of the city where the address is located.
      - `administrative_area` string — State or province where the address is located.
      - `country_code` string — The mobile operator two-character (ISO 3166-1 alpha-2) origin country code.
      - `postal_code` string — Postal code for the address.
    - `tracking_url` string, uri — The URL used to get tracking information about the order.
    - `status` 'pending' | 'processing' | 'ready_to_ship' | 'shipped' | 'delivered' | 'canceled' — The current status of the SIM Card order.<ul> <li><code>pending</code> - the order is waiting to be processed.</li> <li><code>processing</code> - the order is currently being processed.</li> <li><code>ready_to_ship</code> - the order is ready to be shipped to the specified <b>address</b>.</li> <li><code>shipped</code> - the order was shipped and is on its way to be delivered to the specified <b>address</b>.</li> <li><code>delivered</code> - the order was delivered to the specified <b>address</b>.</li> <li><code>canceled</code> - the order was canceled.</li> </ul>
    - `created_at` string — ISO 8601 formatted date-time indicating when the resource was last created.
    - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was last updated.

## Other responses

- `404` — Resource not found
- `default` — Unexpected error

---

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