cURL
curl --request GET \ --url https://api.eden.art/v2/collections/{collectionId}/creations \ --header 'X-Api-Key: <api-key>'
{ "creations": [ "<any>" ] }
Retrieve all creations that belong to a specific collection.
Default Response