GenPages

List the brandings in a workspace.

A branding is the visual identity a campaign renders with — logo, colours, fonts. Call this to resolve a branding_id for campaigns/create; brandings themselves are built in the dashboard.

get/api/external/v1/brandings/get-list

Query parameters

workspace_idinteger required

The workspace to list for.

Example:55

The workspace to list for.

Response

object[] required

Example response

[
  {
    "branding_id": 7,
    "name": "Acme Corp",
    "is_default": true
  }
]

Changes

Changed in 1 of the 3 revisions of this API.1