Skip to content

Commit db83710

Browse files
authored
Merge pull request #1614 from per1234/update-api-keys-instructions
Update Cloud API key creation instructions for new site design
2 parents 4c19a13 + d665ad4 commit db83710

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/arduino-cloud/01.guides/07.node-red/nodered-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The final step is connecting the **DHT11 humidity sensor** to our Arduino MKR Wi
181181

182182
Use the steps below to use Node-RED with the Arduino Cloud:
183183

184-
**1.** Go to the [API keys section](https://app.arduino.cc/home/api-keys), and create a new API key.
184+
**1.** Go to the [API keys section](https://app.arduino.cc/api-keys), and create a new API key.
185185

186186
**2.** Save the Client ID and Client Secret in a safe document
187187

content/arduino-cloud/07.api/01.api-overview/api-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The main goal of the Application API is to allow you to create and manage IoT re
1313

1414
The core of those APIs is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs, accepts [form-encoded](https://en.wikipedia.org/wiki/POST_(HTTP)#Use_for_submitting_web_forms) request bodies, returns [JSON-encoded](http://www.json.org/) responses, and uses standard HTTP response codes, authentication, and verbs.
1515

16-
You can use those APIs, both directly calling our HTTP endpoints or using our clients that wrap those calls into easy-to-use abstractions like objects and functions. We have Applications API clients available in `javascript`, `golang`, and `python`. To use the Application API, you need to create an **API Key** in the [API Keys](https://cloud.arduino.cc/home/api-keys) section.
16+
You can use those APIs, both directly calling our HTTP endpoints or using our clients that wrap those calls into easy-to-use abstractions like objects and functions. We have Applications API clients available in `javascript`, `golang`, and `python`. To use the Application API, you need to create an **API Key** in the [API Keys](https://cloud.arduino.cc/api-keys) section.
1717

1818
With this API, you can:
1919
- Build an automated script to create your things, in bulk

content/arduino-cloud/07.api/02.arduino-iot-api/arduino-iot-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ To authenticate, you will need to generate a `clientId` and `clientSecret`. This
4747

4848
**1.** Log in to your [Arduino account](https://cloud.arduino.cc/home/).
4949

50-
**2.** Navigate to the [Arduino Cloud home page](https://cloud.arduino.cc/home/).
50+
**2.** Navigate to the [API Keys page](https://app.arduino.cc/api-keys).
5151

52-
**3.** Click **"API keys"** at the bottom left corner, and then click **"CREATE API KEY"**. Name it, and save it as a PDF. You will **not** be able to see `clientSecret` again.
52+
**3.** Click **"CREATE API KEY"**. Name it, and save it as a PDF. You will **not** be able to see `clientSecret` again.
5353

5454
![API Keys in the Arduino Cloud](assets/api-keys.png)
5555

content/arduino-cloud/08.arduino-cloud-cli/07.getting-started/arduino-cloud-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Each command has a set of **subcommands** which we will be exploring in this gui
7373

7474
- `arduino-cloud-cli credentials`
7575

76-
***Get your API key from the [Arduino Cloud home page](https://cloud.arduino.cc/home/) (bottom left corner of the page)***
76+
***Get your API key from the [Arduino Cloud API Keys page](https://app.arduino.cc/api-keys)***
7777

7878
To authenticate with the Arduino Cloud, we will need to first set our credentials, using our `clientId` and `clientSecret` which is obtained from the Arduino Cloud API keys section.
7979

0 commit comments

Comments
 (0)