Basic authentication endpoint
POST
/basic
Authenticates the user by username and password provided via basic authentication.
Responses
200
Authentication succeeded and access token is returned.
object
access_token
string
ey...J0 token_type
string
Bearer expires_in
integer
3600400
Client or Validation Error
object
statusCode
integer
errorKey
string
errorMap
object
key
additional properties
string
errorTrackingNr
string
errorMessage
string
401
The request does not have valid authentication credentials for the operation
object
statusCode
integer
errorKey
string
errorMap
object
key
additional properties
string
errorTrackingNr
string
errorMessage
string
500
An unexpected error occurred on the server
object
statusCode
integer
errorKey
string
errorMap
object
key
additional properties
string
errorTrackingNr
string
errorMessage
string