mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.4 KiB
1.4 KiB
| title | description | contentType |
|---|---|---|
| UptimeRobot credentials | Documentation for UptimeRobot credentials. Use these credentials to authenticate UptimeRobot in n8n, a workflow automation platform. | integration |
UptimeRobot credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create an UptimeRobot{:target=_blank .external-link} account.
Supported authentication methods
- API key
Related resources
Refer to UptimeRobot's API documentation{:target=_blank .external-link} for more information about the service.
Using API key
To configure this credential, you'll need:
- An API Key: Get your API Key from My Settings > API Settings. Create a Main API Key and enter this key in your n8n credential.
API key types
UptimeRobot supports three API key types:
- Account-specific (also known as main): Pulls data for multiple monitors.
- Monitor-specific: Pulls data for a single monitor.
- Read-only: Only runs
GETAPI calls.
To complete all of the operations in the UptimeRobot node, use the Main or Account-specific API key type. Refer to API authentication{:target=_blank .external-link} for more information.