v1
latestOpenAPI 3.0.32026-08-061874701.5 MBproofs
Create proof request
Creates a proof request.
post/sheets/{sheetId}/proofs/{proofId}/requests
Headers
Content-Typestring
Required for POST and PUT requests. Defines the structure for the request body.
Request body
Example request
{
"sendTo": [
{
"email": "john.doe@smartsheet.com"
}
]
}Response
SUCCESS
Example response
{
"message": "SUCCESS",
"result": {
"sendTo": [
{
"email": "john.doe@smartsheet.com"
}
]
}
}