Authentifizierung
Authentifizierung
Erstellt ein Zugangstoken für die API.
POST
/
https://login.kbdata.ch/access/Authenticate
Body
Name
Type
Description
Username
string
Name of the user
Password
string
Password of the user
ClientId
string
Client Id
granttype
string
password
Response
```postman_json
{
"access_token": "...",
"expires_in": "4699",
"scope": "066fb398-581e-4b3c-9d60-6e50993c8271/Test.Read",
"type": "Bearer"
}
```
Last updated