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
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
Last modified on April 16, 2026