Method: brands.create

  • Creating a new brand uses an HTTP POST request to the /v1/brands endpoint.

  • The request body should contain an instance of the Brand object.

  • A successful response body will contain the newly created Brand instance.

Creates a new brand.

HTTP request

POST https://businesscommunications.googleapis.com/v1/brands

The URL uses gRPC Transcoding syntax.

Request body

The request body contains an instance of Brand.

Response body

If successful, the response body contains a newly created instance of Brand.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/businesscommunications

For more information, see the OAuth 2.0 Overview.