Authentication API

Instructions

You can authenticate in two ways Authentication By Password or Authentication by authorization_code.

The two types of authentication have the same permissions, the only difference being that Authentication By Password will not have an interface in Plugg.to, while Authentication by authorization_code may have an interface for authorization or user configuration.

🚧

We recommend that you have only one type of authentication!

Rules:

  • The returned access_token expires in 1 hour and therefore you must do the API authentication process again.
  • The refresh_token can be used to redeem the access_token, it expires after use.