Link Search Menu Expand Document

HTTP Request

POST https://gateway.workfloplus.com/collections/v1/collection

Authorization

Bearer Token

Policy Any Valid Token

Headers

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

Request Body

JSON Representation

{
  "name":"New Collection"
}

Response Body

JSON Representation

{
  "collectionId":"61403c1230e5a30001d4440b"
}

Copyright © 2021 Intoware Limited.