Skip to main content
GET
/
attestations
/
system-attestation-types
List system attestation types
curl --request GET \
  --url https://app.kosli.com/api/v2/attestations/system-attestation-types \
  --header 'Authorization: Bearer <token>'
{
  "system_attestation_types": [
    {
      "name": "<string>",
      "versions": [
        {
          "version": 123,
          "attestation_data_schema": {}
        }
      ],
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

system_attestation_types
SystemAttestationTypeResponse · object[]
required
Last modified on June 25, 2026