POST
Create collection
/v1/clipsonar/collectionsCreate a collection. No query params.
Query parameters
This endpoint has no query parameters.
Request body
Send JSON with Content-Type: application/json.
namestringrequiredCollection name
Example: Launch watchlist
typestringoptionalCollection type (optional)
Example: NORMAL
sourcesarrayoptionalOptional source definitions
{
"name": "Launch watchlist",
"type": "NORMAL",
"sources": []
}Response
201 Created collection.
idstringrequiredCollection id
namestringrequiredCollection name
typestringoptionalCollection type
sourcesarrayoptionalSource definitions
{
"id": "col_1111",
"name": "Launch watchlist",
"type": "NORMAL",
"sources": []
}

