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 current quotation

      GET
      /brand-api/resource/organization/{organization_uuid}/current_quota
      Get current quotation for a certain organization.
      You can check the quotation before sending a create campaign request.

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

      Responses

      🟢200OK
      application/json
      Error
      Body

      Example
      {
          "period_start": "2024-03-03T00:00:01Z",
          "period_end": "2024-03-03T00:00:01Z",
          "current_used": 18,
          "current_render_balance": 50
      }
      🟢200Success
      🟠400Bad Request
      Modified at 2025-08-29 07:22:38
      Previous
      Download CSV template
      Next
      Create campaign
      Built with