dipp REST API
  1. Schemas
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
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • Generic Error
      • DiscoveryDocument
      • Validation Error
      • TokenResponse
      • UserInfo
      • Address
      • JWKS
      • JWK
      • OAuthError
      • ConsentResponse
  1. Schemas

JWK

{
    "kty": "string",
    "use": "string",
    "kid": "string",
    "alg": "string",
    "n": "string",
    "e": "string"
}
Built with