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.
The Authorization header must be provided in the format Bearer <your-api-key>.
Authorization
Bearer <your-api-key>
You can get your API Key at the Dashboard!
Successful Response
The response is of type object.
object