cURL
curl --request POST \ --url https://api.zeroentropy.dev/v1/collections/get-collection-list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "collection_names": [ "<string>" ] }
Gets a complete list of all of your collections.