Verifiable Credential Types
Create Credential Type
Create or import a credential type with a random UUID. This is how you define a custom credential schema.
API scope required credentials.create
POST
This is an alpha API and subject to change.
Authorizations
Key obtained from the Crossmint developer console, reflecting the API scope granted.
Body
application/json
Example:
"https://json-schema.org/draft/2020-12/schema"
Example:
"Course completion"
Example:
"Describes the course completed and the assigned grade"
Example:
"object"
Example:
"https://json-schema.org/draft/2020-12/schema"
Example:
"Course completion"
Example:
"Describes the course completed and the assigned grade"
Example:
"object"
URL for importing an existing type."
Example:
"https://raw.githubusercontent.com/decentralized-identity/credential-schemas/main/schemas/ExampleEntity/ExampleNameSchema.json"
Was this page helpful?