Rootly source
Introduction
The Rootly source connector connects to the Rootly REST API.
Status
This connector is currently in development. Credential validation is implemented, but data extraction and streams are not yet available.
Setup
Prerequisites
- A Rootly account
- A Rootly API key with access to the resources you intend to sync
Create an API key in Rootly
In Rootly, generate an API key and copy it somewhere safe. You’ll use it to authenticate the connector.
Authentication
This connector authenticates using a Rootly API key sent as a Bearer token.
During connection setup, the connector validates credentials by calling:
GET https://api.rootly.com/v1/users/me
The request includes:
Authorization: Bearer <api_key>Accept: application/vnd.api+json
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Rootly API key used to authenticate API requests. |
Streams
No streams are currently exposed. Extraction is not yet implemented.
Limitations
- The connector does not currently support syncing data from Rootly (streams and incremental logic are not yet implemented).
- Only credential validation is available at this time.