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

      Download CSV template

      GET
      /brand-api/resource/layout/{layout_uuid}/csv_template
      Download the CSV template for a certain layout.
      The CSV file with your custom contents is required for creating a new campaign.
      This endpoint will return a CSV file.

      Request

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

      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/layout//csv_template' \
      --header 'X-API-KEY: <api-key>'

      Responses

      🟢200OK
      text/event-stream
      Error
      Body

      🟢200Success
      🟠400Bad Request
      Modified at 2025-08-29 07:22:38
      Previous
      Get layouts
      Next
      Get current quotation
      Built with