Get brand-set
Get the Networks, Companies and artwork represented by a Brand Set.
GET https://api.mediux.io/brand-set/{setId}
Response format, pagination and caching.
Response examples
Section titled “Response examples”Get brand-set
Section titled “Get brand-set”Status: 200 OK
{ "data": { "id": 502, "title": "Studio Identity Set", "description": null, "createdBy": "username", "dateCreated": "2026-09-04T10:00:00Z", "dateUpdated": "2026-09-04T10:00:00Z", "networks": [ { "id": 101, "name": "Example Network", "poster": null, "thumb": null, "logo": "/network-logo.svg" } ], "companies": [ { "id": 101, "name": "Example Company", "poster": "/company-poster.jpg", "thumb": null, "logo": null } ] }}