Verifiable Credentials
Get Credential by NFT ID
Get a verifiable credential by the ID associated with the minted NFT.
This ID will have the format: <UUID>
. For example: d7eb777b-e9b4-4f34-ab5f-ce199111166a
API scope required credentials.read
. This endpoint will not work with a client side API key.
GET
/
v1-alpha1
/
credentials
/
templates
/
{collectionId}
/
nfts
/
{id}
/
credentials
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
collectionId
string
requiredThe credential's template id.
id
string
requiredUUID of the NFT returned in the NFT creation response. Format is: <UUID>
.
Response
200 - application/json
The credential object