OOtoto API Docs
API Reference

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 /PublicLink

Request

GET https://api.ototo.be/v1/PublicLink?cardetailid={carDetailId}&subscription-key=YOUR_KEY

Query parameters

ParameterTypeRequiredDescription
cardetailidguidrequiredThe car detail's unique identifier — see Car Details

Response

StatusMeaning
200A Location header containing the public URI for the requested car detail
401Subscription key missing, invalid, or inactive — see Authentication
404No car detail exists for that ID
500Something 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