get https://api.spearmint.xyz/projects//attestationSchema
Supported API key types: Secret
Description
Get the project's attestation schema, specified by a projectId
.
To set the attestation schema, use the create or update attestation schema endpoint.
Response interface
{
data: Array<{
name: string;
type: string;
defaultValue: string | boolean;
}> | null;
};
{
error: {
message: string;
};
}