Skip to main content
GET
/
custom-attestation-types
/
{org}
/
{custom_attestation_type_name}
Get custom attestation type
curl --request GET \
  --url https://app.kosli.com/api/v2/custom-attestation-types/{org}/{custom_attestation_type_name} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

custom_attestation_type_name
string
required
org
string
required

Query Parameters

version
integer | null

Version of the custom attestation type

Response

200 - application/json

Successful Response

Last modified on April 7, 2026