Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

English

Authentifizierung

POST

/api/oauth/token

string client_id: administration, string grant_type: password, string scopes: write, string username, string password

https://shopware.stoplight.io/docs/admin-api/ZG9jOjEwODA3NjQx-authentication

JsonResponse { token_type, expires_in, access_token, refresh_token }

...