Pingdom (Source)
Overview
The Pingdom source connector lets you connect to the Pingdom API using an API token.
At this time, the connector supports credential validation (testing the connection) but data extraction is still in development. As a result, you can authenticate successfully, but you should not expect any streams or records to be synced yet.
Setup
Prerequisites
- A Pingdom account with access to the Pingdom API.
- A Pingdom API token.
Create an API token in Pingdom
In Pingdom, generate an API token for the user/account you want to use for syncing. Keep the token secure—anyone with the token can access the Pingdom API with the same permissions.
Authentication
This connector authenticates using a Bearer token.
- Header:
Authorization: Bearer <api_token>
During connection testing, the connector validates credentials by calling:
GET https://api.pingdom.com/api/3.1/checks
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Pingdom API token used as a Bearer token for API requests. |
Streams
No streams are currently available.
The connector’s extraction/sync functionality is still in development, so it does not yet emit any records.