An API Key consists of a Client ID and Client Secret (secret key). With this API Key, you can submit a request to obtain an access token, which can then be used in the REST and SOAP API.
Sample Request
|
Sample Response
|
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.” |
Done! You now have an access token. Now use the access token in the REST and SOAP API. The access token is valid for 30 minutes.
Sample Request
|