channel3-api

List Brands

Lists all brands, sorted alphabetically. Supports pagination with the cursor parameter.

get/v0/list-brands

Query parameters

limitinteger

Max results (1-100)

Max results (1-100)

cursorstring nullable

Pagination cursor

Pagination cursor

Response

Successful Response

next_cursorstring nullable

Cursor to fetch the next page of results. Null if no more results.

Changes

Changed in 2 of the 45 revisions of this API.26

    • added subschema #1 subschema #2 to the detail response property anyOf list for the response status 401

      response-property-any-of-added

    • added subschema #1 subschema #2 to the detail response property anyOf list for the response status 402

      response-property-any-of-added

    • added subschema #1 subschema #2 to the detail response property anyOf list for the response status 422

      response-property-any-of-added

    • added subschema #1 subschema #2 to the detail response property anyOf list for the response status 500

      response-property-any-of-added

    • deleted the query request parameter paging_token

      request-parameter-removed

    • removed the optional property paging_token from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter cursor

      new-optional-request-parameter

    • added the optional property next_cursor to the response with the 200 status

      response-optional-property-added