Login & Authorization
Refresh Token
Generate a new accessToken for a ZBD Login user.
POST
/
v1
/
oauth2
/
token
Description
In order to fetch a new accessToken
for a given ZBD User, make sure to use the refreshToken
using the token endpoint.
- Read here for more details on how to setup ZBD Login (OAuth2) with your platform.
Configuration
Header Parameters
Content-Type
string
Content Type
Body
client_id
string
requiredclient_secret
string
requiredgrant_type
string
requiredredirect_uri
string
requiredrefresh_token
string
requiredWas this page helpful?