Attestation API
5 endpoints
Attestation and verification endpoints.
Endpoint
/public/collection/{collectionId}/product/{productId}/proof/{proofId}/attestationParameters
collectionIdpath
string
Required
productIdpath
string
Required
proofIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not foundEndpoint
/public/collection/{collectionId}/product/{productId}/proof/{proofId}/attestationParameters
collectionIdpath
string
Required
productIdpath
string
Required
proofIdpath
string
Required
bodybody
AttestationCreateRequest
Required
See AttestationCreateRequest schema
Responses
200
Success{
"schema": "AttestationResponse"
}400
Bad request401
Unauthorized404
Not foundEndpoint
/public/collection/{collectionId}/product/{productId}/proof/{proofId}/attestation/{attestationId}Parameters
collectionIdpath
string
Required
productIdpath
string
Required
proofIdpath
string
Required
attestationIdpath
string
Required
Responses
200
Success{
"schema": "AttestationResponse"
}400
Bad request401
Unauthorized404
Not foundEndpoint
/public/collection/{collectionId}/product/{productId}/proof/{proofId}/attestation/{attestationId}Parameters
collectionIdpath
string
Required
productIdpath
string
Required
proofIdpath
string
Required
attestationIdpath
string
Required
bodybody
AttestationUpdateRequest
Required
See AttestationUpdateRequest schema
Responses
200
Success{
"schema": "AttestationResponse"
}400
Bad request401
Unauthorized404
Not foundEndpoint
/public/collection/{collectionId}/product/{productId}/proof/{proofId}/attestation/{attestationId}Parameters
collectionIdpath
string
Required
productIdpath
string
Required
proofIdpath
string
Required
attestationIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not found