• Home
  • Resources
  • Objects
  • Guide
    • What is an API
    • Creating an app
    • Using the API
    • Troubleshooting
    • Login
    • IQL query language
    • API Playground
    • Get started
    • Error messages
    • Access scopes
    • Introduction to general concepts
  • Home>
  • Resources>
  • auth/access_token/get

GET auth/access_token/get

Returns an OAuth access token.

Resource information

Request method GET
Response object AccessToken
Response format JSON, XML

Parameters

code
required
See OAuth spec.
client_secret
required
Your application autogenerated secret key. See your app configuration settings to get this key.
redirect_uri
required
A URL to redirect to after OAuth dance is complete and user has successfully given permissions for your app. The url has to match the domain of the app registered with the current appkey.
timeout
required
How long the access token should be valid in minutes.

Example

https://api.induct.no/v1/12345/auth/access_token

JSON result:
  

Induct API 1.0

Last API system update:
11/23/2020 8:43:56 AM

↑ Back to top

© Induct Software AS