Get Collection List
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>"
]
}Collections
Get Collection List
Gets a complete list of all of your collections.
POST
/
collections
/
get-collection-list
Get Collection List
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>"
]
}Authorizations
Body
application/json
The body is of type Request · object.
Response
Successful Response
The names of the matched collections.
⌘I