POST
/
v1
/
collection
/
create
curl --request POST \
  --url https://api.wetrocloud.com/v1/collection/create/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'collection_id=<unique_id>'
{
  "collection_id": "72b52a94-9dba-40eb-8018-dc425d173d00",
  "success": true
}

Authorizations

Authorization
string
header
required

Body

multipart/form-data
collection_id
string
Example:

"<unique_id>"

Response

201
application/json
Created

The response is of type object.