Skip to main content
GET
Get collection by ID

Authorizations

X-Api-Key
string
header
required

Company Level Authentication

Include your API key in the X-Api-Key header for every request:

Headers

snappy-account-id
string
required

Account identifier.

Example:

"acc123456"

snappy-company-id
string

Optional company identifier.

Example:

"cmp123456"

Path Parameters

collectionId
string
required

Collection identifier.

Pattern: ^[A-Za-z0-9]{8,}$
Example:

"abcdef12"

Query Parameters

filter[location]
string
default:US

Comma-separated ISO 3166-1 alpha-2 country codes. Thumbnails and budget data use the first location.

Pattern: ^([A-Z]{2})(,[A-Z]{2})*$
Example:

"US"

filter[maxPrice]
number | null

Budget bucket selector for thumbnails.

Required range: 0 <= x <= 99999
Example:

80

fields
enum<string>[]

Optional fields: priceRange, createdVia.

Available options:
priceRange,
createdVia
Example:

Response

A single collection resource.

Single collection response envelope.

data
object
required

Collection resource.

Last modified on June 24, 2026