Skip to main content
GET
/
v1
/
certification
/
reports
/
{token}
Get Certification Report
curl --request GET \
  --url https://api.example.com/v1/certification/reports/{token}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

token
string
required

Response

Successful Response