You can fetch all collections that are present in a Database that you have created:

curl --location 'https://api.worqhat.com/api/collections/fetch-all' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'

This will fetch all the active collections in your Database.

Try it out in the API Reference

View API Reference to Implement

Visit the API Reference to learn how to Fetch all collections in your projects. Get access to Sample Code, API Endpoints and run it right within the browser to test it out.