post https://api.resly.se/v1/envelopes//signees
Use this URI to add a signee on envelope object.
Log in to see full request history
Responses
Use this URI to add a signee on envelope object.
xxxxxxxxxx
11curl --request POST \
--url https://api.resly.se/v1/envelopes/envelopeId/signees \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"signingMethod": "BANKID",
"country": "SE",
"inviteMethod": "EMAIL"
}
'
Try It!
to start a request and see the response here! Or choose an example: