Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
flat
minLevel1
maxLevel76
outlinefalse
typelist
separatorbrackets
printablefalse

Authentication (obtaining an OAuth 2.0 access token)

Every administration REST API call must embed a valid access token returned by this API:

...

Field

Description

grant_type

Grant type is “password”, username and password are passed as argument to this request.

client_id

Administrator’s client Id , always 1.(string)

client_secret

Administrator’s OAuth 2.0 secret (SAM backend configuration).

username

Administrator’s username (SAM backend configuration).

Password

Administrator’s password (SAM backend configuration).

...