Link Search Menu Expand Document

HTTP Request

POST https://gateway.workfloplus.com/workflows/v2/upload

Authorization

Bearer Token

Policy Workflow_Create

Headers

Key Value
Authorization Bearer {token}
Content-Type application/json

Request Body

JSON Representation

{
    "blockSize": {BLOCKSIZE},
    "fileSize": {FILESIZE},
    "friendlyFileName": "Workflow1.zip"
}

Response Body

JSON Representation

{
    "id": "60578b426a9eb4000114ec13"
}

Copyright © 2021 Intoware Limited.