Send to KIOSK
Send To User
POST
/public/v1/kiosk/user
Request Body
{
"actionUrl": "https://app.tapandsign.com/envelopes/sign/bdd3d781-60ed-44a0-95f1-e3733f18ccd9",
"userId": "c76cbb0e-6e8f-4ab7-fb2c-08dbf0ac52be"
}
Response
{
"statusCode": 0,
"data": null,
"succeeded": true,
"errors": null
}
Send to Device
POST
/public/v1/kiosk/device
Request Body
{
"actionUrl": "https://app.tapandsign.com/envelopes/sign/19e23e41-6d30-4d3a-ad65-d72645ad9c27",
"deviceId": "cbc3a740f4774dd6"
}
Response
{
"statusCode": 0,
"data": null,
"succeeded": true,
"errors": null
}
Last updated