Using CURL

Acquiring an access token using curl commands in the command line consists of two separate steps. First, you need to make an HTTP request to get an Authorization Response. Then, execute a curl command to exchange the received code for an access token.
External documentation. Learn more about Authorization Response - https://www.rfc-editor.org/rfc/rfc6749#section-4.1.2

Receiving authorization code (http)

  1. Open your browser and enter the following command in the search bar:

https://{your_timeline_instance}.com/api/auth/authorize?response_type=code&client_id={clientID}&redirect_uri={redirectURI}

  1. Log in to your Timeline account in the usual form.
    Note. If you are already logged in, this step will be skipped.
  2. A dialog will appear, where an OAuth client registered in your Timeline account is asking for your consent to provide access to your Timeline account.
    Make sure you are giving consent to the correct client.
  3. Additionally, you can check and edit the scopes that will be granted after you finish the authentication process. To do it, click Manage the permissions. It will expand the permissions list where you can see the active scopes. If needed, you can unmark the checkboxes for the excessive scopes which you do not plan to use.
    For details on existing scopes, see Scopes.
  4. When everything is reviewed, click Allow to provide your consent and proceed with authentication.
    Note. Clicking Deny will abort the authentication process.
  5. You will receive a response like this, also in the search bar:

https://{your_timeline_instance}.com/open-api/1.0/oauth2-redirect.html?code={code}

  1. Copy the code value, the code is essential to proceed with the next step - requesting a token.

Requesting access token

Use the received authorization code to request an access token using a respective command, depending on your operating system:

On Windows

On Linux

22.02.2024 17:28:05

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.