dipp REST API
    dipp REST API
    • Welcome to dipp REST API
    • OAuth Integration
      • Dipp OAuth Integration Guide
      • OpenID Connect Discovery
        GET
      • Authorization Endpoint
        GET
      • Token Endpoint
        POST
      • UserInfo Endpoint
        GET
      • UserInfo Endpoint (POST)
        POST
      • Token Revocation Endpoint
        POST
      • JSON Web Key Set
        GET
    • Get brands
      GET
    • Get layouts
      GET
    • Download CSV template
      GET
    • Get current quotation
      GET
    • Create campaign
      POST
    • Get campaigns
      GET
    • Download product bundle image by data
      POST

      Get brands

      Developing
      GET
      /brand-api/resource/brands
      Retrieves a list of brands that the user associated with the API key has access to.

      Request

      Authorization
      Add parameter in header
      X-API-KEY
      Example:
      X-API-KEY: ********************

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.withdipp.com/brand-api/resource/brands' \
      --header 'X-API-KEY: <api-key>'

      Responses

      🟢200OK
      application/json
      Error
      Body

      Example
      {
          "brands": [
              {
                  "organization_name": "organization name",
                  "organization_uuid": "string",
                  "brand_uuid": "string",
                  "brand_name": "brand name",
                  "brand_logo": "https://storage.xxx.com/dipp-massimo-images/cf2910014474453ba9f69fc378f87594/a0cd382ca523f4bc.png"
              }
          ]
      }
      🟢200Success
      Modified at 2025-08-29 07:22:38
      Previous
      JSON Web Key Set
      Next
      Get layouts
      Built with