Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,16 @@ try {
var_dump("API Error: " . $e->getMessage());
}
```

Access Tokens
-------
1. Go to **www.nitrado.com** then click **Log In**.
2. **Login** to your Nitrado Account.
3. Once you are logged in, click **the user menu at the top right**, then click **My Account**.
4. From the **My Account screen**, under the **options section** click **Developer Portal**.
5. From the Developer Portal, click **Long-life tokens**.
6. **Authenticate** with your nitrado account password, then click **Verify**.
7. **Type in an identification description** for the token, then **select which permission scopes you require** from the checkboxes below, then click **Create**.
8. You will see a message at the top saying
`A new long-life token has been created, please note this token:` with the token code after. **Copy this token and save it**.
***!!! NOTE: Never share this with anybody else !!!***