Authorization
#
Login- Url:
https://velo-europe.de/oauth/v2/token
- Method:
POST
- Content-Type:
application/json
#
Request body- client_id -
string
-required
- client_secret -
string
-required
- grant_type -
string
-required
- available values
password
refresh_token
- available values
- username -
string
-required
- password -
string
-required
#
Response body#
Example request#
Refresh token- Url:
https://velo-europe.de/oauth/v2/token
- Method:
POST
- Content-Type:
application/json
#
Request body- client_id -
string
-required
- client_secret -
string
-required
- grant_type -
string
-required
- available values
password
refresh_token
- available values
- refresh_token -
string
-required