Creates a new folder within a transaction for the user specified in the request body.
POST
/transact-workflow/v1/Folders
curl \
--request POST 'https://api.pre.lwolf.com/transact-workflow/v1/Folders' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "lw-subscription-key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"userId":"string","transactionId":"string","name":"Closing Documents"}'
Request examples
{
"userId": "string",
"transactionId": "string",
"name": "Closing Documents"
}
Response examples (400)
{
"error": "string",
"message": "string"
}
Response examples (401)
{
"error": "string",
"message": "string"
}
Response examples (403)
{
"error": "string",
"message": "string"
}
Response examples (404)
{
"error": "string",
"message": "string"
}