Verifiable Credentials
Create Credential template
Create a template, similar to an NFT collection, for issuing verifiable credentials.
API scope required credentials:template.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
The chain to mint the nft on. All crossmint supported EVM chains are compatible.
Available options:
polygon
, optimism
, base
, etc...
Credentials parameters
Response
200
application/json
Success. Refer to the standard create collection response for more details.
The response is of type string
.
Example:
"Success. Refer to the standard nft create collection response for more details."
Was this page helpful?