post https://api.resly.se/v1/envelopes
Use this URI to create a new envelope object.
Log in to see full request history
Responses
Use this URI to create a new envelope object.
xxxxxxxxxx
10curl --request POST \
--url https://api.resly.se/v1/envelopes \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"autoSendOut": true,
"autoReminderInterval": 0
}
'
Try It!
to start a request and see the response here! Or choose an example: