Goldcast
Introduction
The Goldcast source connector connects to the Goldcast REST API using an API token.
At this time, the connector only supports credential validation. Data extraction and streams are still in development.
Setup
- In Goldcast, generate an API token with access to the Goldcast API.
- In your workspace, create a new Goldcast source.
- Enter the API token and save.
- Use Test connection to validate the credentials.
Authentication
Goldcast authentication uses a Bearer token.
- Auth type: API token (Bearer)
- Header:
Authorization: Bearer <api_token>
During connection testing, the connector validates credentials by calling:
GET https://api.goldcast.io/v1/events?limit=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | Goldcast API token used for Bearer authentication. |
Streams
No streams are currently available. Extraction is not yet implemented for this connector.