Versions Compared

Key

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

...

{
    "access_token": "5_nz54vlUBIcxt8oJOmE5K6Qr1ARMy5jwPMdVATOCBB",
    "expires_in": 1800,
    "token_type": "bearer"
}

Request Parameters

access_token

iSpring Learn Account API Access Token.

expires_in

The token’s lifetime is 1800 seconds (30 minutes). After that, the token becomes invalid.

token_type

The type of token used for authorization, which always takes the value of “bearer.”

...