| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Code Responses

- **`200`**: Compatibility response for OpenAPI tooling. In practice, this endpoint responds with a redirect, and most clients will follow it and render the remote profile page.
- **`301`**: Permanently redirects to the full remote profile URL.
- **`404`**: Not Found - Short code is invalid, expired, or already used.

Updated 3 months ago

---

### Base URL

https://api.dealerware.com/s/rp/{code}

### Example cURL Request

```bash
curl --request GET \
     --url https://api.dealerware.com/s/rp/code \
     --header 'accept: text/html'
```

Updated 3 months ago

---
