Verifiable Credential Types
Create Credential Type with Name
Create or import a type with a given name. This is how you define a custom credential schema.
API scope required credentials.create
PUT
This is an alpha API and subject to change.
Authorizations
Key obtained from the Crossmint developer console, reflecting the API scope granted.
Path Parameters
The name of the type.
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?