How to Create an Account
Navigate to the Retailed Dashboard and simply follow the steps to log in or create a new account.Retrieving a Token
After you’ve logged in to the dashboard, follow these steps to get a token:- Click API Keys.
- Select New.
- Assign a name for the token. This helps in future referencing. You can also add notes to describe its use-case, then select Save.
Remember that you can view the logs and track the number of requests made on the dashboard.
Testing the Token
Once you have your token, you can test it using the Terminal. Set up the environment by entering and executing the following command. Replace<TOKEN>
with the token you’ve copied from the Retailed dashboard:
Keep in mind that most examples in this documentation assume that you have set the
$RETAILED_TOKEN
variable.