> For the complete documentation index, see [llms.txt](https://apidocs.api19.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.api19.com/shopping-cart-ordering/list-numbers-in-cart.md).

# List Numbers in Cart

## GET Request

{% hint style="info" %}
<https://v1.api19.com/dids/cart/list>
{% endhint %}

Send us a GET  request with your key.

{% tabs %}
{% tab title="Curl Post" %}

```php
curl -X GET https://v1.api19.com/dids/cart/list \
 -d 'key=your-api-key'
```

{% endtab %}

{% tab title="Curl Get" %}

```
curl https://v1.api19.com/dids/cart/list&key=apitoken
```

{% endtab %}

{% tab title="JSON Response" %}

```json
{"status":"ok",
 "numbers":
  {"number":3038822211, "ratecenter":"DENVER", "STATE":"CO"}
 }

```

{% endtab %}
{% endtabs %}
