Manage Collections
Create a new collection
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Example:
"New Collection"
Response
200
application/json
Successful Response
Example:
"c1a2b3c4-1a2b-3c4d-5e6f-7g8h9i0j1k2l"
Was this page helpful?