Skip to main content
POST
Create or update custom attestation type

Authorizations

Authorization
string
header
required

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

Path Parameters

org
string
required

Body

multipart/form-data
data_json
CustomAttestationTypePostInput · object
required

Custom attestation description in JSON format

Example:
type_schema
string | null

Optional attestation schema file

Response

Creation Success

The response is of type string.

Last modified on June 18, 2026