Collections API
API key required for authentication.
Optional UUID of the catalog to filter collections by.
a1b2c3d4-e5f6-4a5b-9c8d-1e2f3a4b5c6dOptional parameter to include collections from all catalogs. If false or omitted, only collections from the default catalog are returned. Set to true to fetch from all catalogs.
falseThe request must accept JSON responses.
API key required for authentication.
YOUR_API_KEY_HEREA list of collections retrieved successfully.
Bad request due to invalid input parameters.
Unauthorized request, invalid or missing API key.
API key required for authentication.
The request must accept JSON responses.
API key required for authentication.
YOUR_API_KEY_HEREThe name of the collection to create.
My new collectionOptional UUID of the catalog to place this collection in. If not provided, uses the default catalog.
a1b2c3d4-e5f6-4a5b-9c8d-1e2f3a4b5c6dCollection created successfully.
Bad request due to invalid input parameters.
Unauthorized request, invalid or missing API key.
Example Use case
Last updated