
Cooper Hewitt is a public API providing smithsonian design museum.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://collection.cooperhewitt.org/api | Primary API endpoint. |
curl -X GET "https://collection.cooperhewitt.org/api" \ -H "Accept: application/json"