Versions Compared

Key

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

...

ParameterRequiredDescription
client_idYesClient ID which is supplied on a platform wide bases
client_secretYesClient Secret which is supplied on a platform wide bases
grant_typeYesMust be set to "password"
usernameYesYour username
passwordYesYour password

Response

{
    access_token: "ODM5NTIwNjk1MjdhNTMzMzk0MTY2Y2ZkYjg2OWFlN2Y5YzZlNTk1NmUwZmVjOGRkMDhhMzllYTA2ZTA0MDI3Zg"
    expires_in: 3600
    token_type: "bearer"
    scope: null
    refresh_token: "YTQzODk3MDdiM2FhMGYzODYyOTcyOTBkYWZiZWI3YzJmNmEwYmJkYWJiM2I0NzU1Y2Q5OTcwZDA0YzhiZGNjYQ"
}

...