Verifiable Credential Types
Create Credential Type with Name
Create a type with a given name. This is how you define a custom credential schema.
API scope required credentials.create
PUT
/
v1-alpha1
/
credentials
/
types
/
{typeName}
This is an alpha API and subject to change.
Authorizations
X-API-KEY
string
headerrequiredKey obtained from the Crossmint developer console, reflecting the API scope granted.
Path Parameters
typeName
string
requiredThe name of the type.
Body
application/json
credentialSubjectSchema
object[]
requirednestedTypeSchema
object[]
Response
200 - application/json
id
string
The type name