Authentifizierung
Authentifizierung mit API-Key
Für den Zugriff auf die API wird ein API-Key benötigt.
2
post
/api/Auth/AccessToken
Rumpf
usernamestring | nullfähigOptional
passwordstring | nullfähigOptional
Antworten
200
OK
Kein Inhalt
post
/api/Auth/AccessTokenPOST /v2/api/Auth/AccessToken HTTP/1.1
Host: api.multisource.ch
Content-Type: application/json
Accept: */*
Content-Length: 37
{
"username": "text",
"password": "text"
}200
OK
Kein Inhalt
Zuletzt aktualisiert