You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integrations/iac/pulumi/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ index.js package-lock.json
97
97
98
98
### Define your Checkly account ID and API key
99
99
100
-
To interact with [the underlying Checkly API](https://developers.checklyhq.com/reference/authentication), provide your Checkly account ID and API key by defining those in your environment.
100
+
To interact with [the underlying Checkly API](/api-reference/overview), provide your Checkly account ID and API key by defining those in your environment.
101
101
102
102
Your account ID is accessible at [app.checklyhq.com/settings/account/general](https://app.checklyhq.com/settings/account/general).
Copy file name to clipboardExpand all lines: platform/reporting/analytics-api.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,7 @@ Use powerful options like `quickRange` to select time window presets like `last3
14
14
per `location` or per `pageIndex`. For aggregated queries you can set the `aggregationInterval` to get, for instance, data
15
15
aggregated per week over the last 30 days.
16
16
17
-
Dive straight into the API reference at [developers.checklyhq.com](https://developers.checklyhq.com/reference/getv1analyticsapichecksid)
18
-
or keep reading for more examples!
17
+
Dive straight into the [API reference](/api-reference/analytics) or keep reading for more examples!
19
18
20
19
## Analytics API basics
21
20
@@ -154,7 +153,7 @@ First, you need to create the Data Source with the Analytics API connection. Aft
154
153
2. Configuring a component
155
154
156
155
Next, you can pick a **time series** component and configure it by selecting the `Checkly Analytics API` data source and
157
-
setting the required HTTP header and query parameters to fetch the JSON. You'll find detailed docs on available parameters in the [API docs](https://developers.checklyhq.com/reference/getv1analyticsapichecksid)
156
+
setting the required HTTP header and query parameters to fetch the JSON. You'll find detailed docs on available parameters in the [API docs](/api-reference/analytics)
158
157
159
158
In the following image you'll see all required configuration for a component:
0 commit comments