Resend signatures
How to resend signatures via API
mutation{
resendSignatures(public_ids: [
"SIGNATURE_ID_1",
"SIGNATURE_ID_2",
"..."
])
}Paramaters
Expected response
{
"data": {
"resendSignatures": true
}
}Last updated