TEA Discovery
Discovery endpoint which resolves TEI into product release UUID.
get/discovery
Query parameters
teistring required
Example:urn%3Atei%3Auuid%3Aproducts.example.com%3Ad4d9f54a-abcf-11ee-ac79-1a52914d44b
Transparency Exchange Identifier (TEI) for the product being discovered. Provide the TEI as a URL-encoded string per RFC 3986, RFC 3987.
Response
Discovery information for the requested TEI
Example response
[
{
"servers": [
{
"rootUrl": "https://api.teaexample.com",
"versions": [
"0.2.0-beta.2",
"1.0.0"
],
"priority": 0.8
}
]
}
]