Get access token
POST/api/auth/access
Endpoint to authenticate with the API client
credentials and receive an access token
and refresh token
pair.
Request
Responses
- 200
- 400
- 401
Successful authentication request with access token
and refresh token
.
Invalid request du to missing or invalid field.
Invalid request due to invalid username, password or scope.