REST Resource: brands

  • A brand is a business, organization, or group represented by an agent.

  • A brand has a unique name identifier and a required displayName.

  • Brands can be managed using create, delete, get, list, and patch methods.

Resource: Brand

A brand (business, organization, or group) that is represented by an agent.

JSON representation
{
  "name": string,
  "displayName": string
}
Fields
name

string

Output only. The unique identifier of the brand.

Defined by the platform.

displayName

string

Required. The display name of the brand. Maximum 100 characters.

Methods

create

Creates a new brand.

delete

Deletes a brand.

get

Gets information about a brand.

list

Lists all the brands accessible to the user making the request.

patch

Updates information about a brand.