> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rxradar.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Store

> Details for a specific store

<ParamField path="store_id" type="integer" required>
  Store ID
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET "https://api.rxradar.xyz/v1/stores/1" \
    -H "Authorization: Bearer rx_YOUR_API_KEY"
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "id": 1,
    "url": "https://www.cvs.com",
    "slug": "www-cvs-com",
    "network": "cvs",
    "has_shop": true,
    "has_rx": false,
    "categories_count": 877,
    "last_collected_at": "2026-04-29T17:34:54"
  }
  ```
</ResponseExample>
