post https://api.plugg.to/oauth/token
Body raw
grant_type=password&client_id=[client_id]&client_secret=[client_secret]&username=[app_user]&password=[app_password]
Use this method if yor application is connecting to Pluggto and have just one user or you know who your user is.
To get a access_token from plugin authetication method you need 5 credencials.
- client_id - Plugin API id
- client_secret - Plugin API password
- username - User API key
- password - User API password
- grant_type - password
IMPORTANT Be aware that all this credencials are exclusive to connect to the API, and not to use access the PluggTo panel