Skip to main content
GET
/
v1
/
stores
/
{store_id}
curl -X GET "https://api.rxradar.xyz/v1/stores/1" \
  -H "Authorization: Bearer rx_YOUR_API_KEY"
{
  "id": 1,
  "url": "https://www.cvs.com",
  "slug": "www",
  "network": "cvs",
  "has_shop": true,
  "has_rx": false,
  "categories_count": 877,
  "last_collected_at": "2026-04-29T17:34:54"
}
store_id
integer
required
Store ID
curl -X GET "https://api.rxradar.xyz/v1/stores/1" \
  -H "Authorization: Bearer rx_YOUR_API_KEY"
{
  "id": 1,
  "url": "https://www.cvs.com",
  "slug": "www",
  "network": "cvs",
  "has_shop": true,
  "has_rx": false,
  "categories_count": 877,
  "last_collected_at": "2026-04-29T17:34:54"
}