Initial configuration for CLI widgets
Carlos Solis avatar
Written by Carlos Solis
Updated over a week ago

Click on Settings.

Click on Settings.

Click on API access.

Click on API access.

Click on + New API Access.

Click on + New API Access.

Type the name, description, and redirect URI for your API Access.

Type the name, description, and redirect URI for your API Access.

Type the redirect URI, in our example we need this access for local tests, so we will use the URI "urn:ietf:wg:oauth:2.0:oob".

Type the redirect URI, in our example we need this access for local tests, so we will use the URI "urn:ietf:wg:oauth:2.0:oob".

Click on Create.

Click on Create.

Make sure to copy the secret in a secure location, you will not be able to access this again.

Make sure to copy the secret in a secure location, you will not be able to access this again.

Click on Close.

Click on Close.

Click on Team.

Click on Team.

Click on the user you want to add the API access.

Click on the user you want to add the API access.

Click on API access.

Click on API access.

Click on + New Access Token.

Click on  + New Access Token.

Select your API access from Choose an application to generate an access token.

Select your API access from Choose an application to generate an access token.

Click on Create Token.

Click on Create Token.

You can verify the access token was added correctly by clicking on API access.

You can verify the access token was added correctly by clicking on API access.

Open your Terminal and make sure you have Node v10.18+ installed by typing: node -v

Install Modyo CLI using npm. Type
npm i -g @modyo/cli in your Terminal.


Did this answer your question?