# Rescued.Click URL History API Skill

Use this skill when an agent needs customer-authorized URL-change data from Rescued.Click.

## Authentication

Use a customer-created API token from the Rescued.Click app:

```http
Authorization: Bearer rca_...
```

## Endpoints

- `GET https://api.rescued.click/v1/me` checks the token account.
- `GET https://api.rescued.click/v1/follows` lists followed public URL-history domains.
- `GET https://api.rescued.click/v1/url-history/{domain}?limit=25` returns counts and capped sample rows for a followed or owned domain.

Follow the domain in the app before requesting it through the API. Do not bulk scrape public URL-history pages. Do not infer advertising waste from sitemap-only evidence; describe added, removed, missing, and redirected URL signals as URL-history signals unless 404 traffic evidence is also present.
