cURL
curl --request POST \ --url https://api.zebedee.io/v1/oauth2/token \ --header 'Content-Type: application/json' \ --data '{ "client_id": "<string>", "client_secret": "<string>", "grant_type": "<string>", "redirect_uri": "<string>", "refresh_token": "<string>" }'
Generate a new accessToken for a ZBD Login user.
accessToken
refreshToken
Was this page helpful?