Collection Endpoints
Get collections by slugs
Retrieve multiple collections in a single request by providing a list of slugs. Results are returned in the same order as the input slugs. Not-found collections are silently omitted.
post/api/v2/collections/batch
Request body
Example request
{
"slugs": [
"boredapeyachtclub",
"doodles-official"
]
}Response
OK