Verify Attestation
POST /stablecoin/{stablecoinId}/attestation/{attestationId}/verify
POST
/stablecoin/{stablecoinId}/attestation/{attestationId}/verify
Approve or reject an attestation
Authorizations
Parameters
Path Parameters
stablecoinId
required
string format: uuid
The ID of the stablecoin
attestationId
required
string format: uuid
The ID of the attestation
Request Body required
object
approved
required
Whether the attestation is approved
boolean
notes
Optional reason/notes for the status update
string
signerWalletId
required
The wallet ID of the verifier authorizing this status update
string format: uuid
Responses
200
Attestation verified successfully
400
Bad Request
object
code
integer
400
message
string
Bad Request
details
string
Invalid input parameters