API Reference
Public endpoint: access a compliance report via certification token.
No auth required — the token itself is the authentication.
cURL
curl --request GET \ --url https://api.example.com/v1/certification/reports/{token}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Successful Response