dipp REST API
  1. OAuth Integration
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
  1. OAuth Integration

Authorization Endpoint

GET
/oauth/v1/authorize
Initiates the OAuth 2.0 authorization code flow. Users are redirected here to grant access to their account.

Request

Query 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/oauth/v1/authorize?response_type&client_id&redirect_uri&scope&state&nonce&code_challenge&code_challenge_method&prompt'

Responses

🔵302302
application/json
Redirect to redirect_uri with authorization code or error
Headers

Body

Example
{}
🟠400Bad Request
Modified at 2025-08-18 07:50:18
Previous
OpenID Connect Discovery
Next
Token Endpoint
Built with