Create or update custom attestation type
Create or update custom attestation type
Create or update a custom attestation type for an org.
POST
Create or update custom attestation type
Documentation Index
Fetch the complete documentation index at: https://kosli-logo-update.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
multipart/form-data
Custom attestation description in JSON format
Example:
{
"description": "A person that is over 21 year",
"evaluator": {
"content_type": "jq",
"rules": [".age > 21"]
},
"name": "person-over-21"
}
Optional attestation schema file
Response
Creation Success
The response is of type string.
Last modified on May 21, 2026

