Public Link
Returns a public, shareable URL for an existing car detail — a page end users can open without authenticating, e.g. to view their own vehicle's calculation.
GET
/PublicLinkRequest
GET https://api.ototo.be/v1/PublicLink?cardetailid={carDetailId}&subscription-key=YOUR_KEY
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
cardetailid | guid | required | The car detail's unique identifier — see Car Details |
Response
| Status | Meaning |
|---|---|
200 | A Location header containing the public URI for the requested car detail |
401 | Subscription key missing, invalid, or inactive — see Authentication |
404 | No car detail exists for that ID |
500 | Something went wrong on the server. Retry later; contact Ototo if it persists. |
Example
GET https://api.ototo.be/v1/PublicLink?cardetailid=12345678-1234-1234-1234-123456789abc&subscription-key=YOUR_KEY
See also
- QR Code — generate a scannable code pointing at the same kind of public page
- Car Details