Credly
Overview
The Credly source connector is currently under development.
At this time, the connector supports credential validation (testing that your API token is valid), but it does not yet support catalog discovery or data extraction.
Setup
Prerequisites
- A Credly account with access to the Credly API.
- A Credly API token.
Create an API token
Generate an API token in Credly (per your organization’s Credly admin/API settings). You’ll use this token to authenticate requests to the Credly API.
Authentication
This connector authenticates using a Bearer token.
- Auth type: Bearer token
- Credential:
api_token
During connection testing, the connector validates the token by calling:
GET https://api.credly.com/v1/organizations
If the token is invalid or lacks required access, the test will fail with a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | Credly API token used as a Bearer token for API requests. |
Streams
No streams are currently available.
- Catalog discovery currently returns an empty catalog.
- Extraction is not yet implemented.
Limitations
- No extraction yet: Running a sync will fail because extraction is still in development.
- No available streams: There are no selectable tables/streams at this time.
Troubleshooting
- Credential validation failed
- Confirm the API token is correct and active.
- Ensure the token has permission to access the Credly API endpoint
GET /v1/organizations. - If your network restricts outbound traffic, allow access to
https://api.credly.com.