Skip to main content

Authorization

Description

In order to properly redirect users to the ZBD Login portal, you must open a browser session containing the built authorization URL as the destination address.

This API endpoint helps you create that authorization URL.

Usage

Read here for more details on how to setup ZBD Login (OAuth2) with your platform.

Configuration

Query Parameters
  • client_id string required
  • response_type string required
  • redirect_uri string required
  • code_challenge_method string required
  • code_challenge string required
  • scope string required
Loading...