Login & Authorization
Authorization
Create an authorization URL for ZBD Login.
GET
/
v1
/
oauth2
/
authorize
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.
- Read here for more details on how to setup ZBD Login (OAuth2) with your platform.
Configuration
Query Parameters
client_id
string
requiredresponse_type
string
requiredredirect_uri
string
requiredcode_challenge_method
string
requiredcode_challenge
string
requiredscope
string
requiredWas this page helpful?