Connectors

Connectors

API Connectors

Connect to REST and GraphQL APIs with configurable authentication and response parsing.

REST API Connector

The generic REST API connector lets you connect to any HTTP API. Configure the base URL, authentication method (API key, Bearer token, Basic), request headers, and response parsing. Altius infers the response schema from sample API responses.

GraphQL Connector

Connect to any GraphQL endpoint. Altius introspects the GraphQL schema to discover available types, queries, and mutations. Configure the query and variables to fetch the data your pipeline needs.

Authentication

Support for API keys, Bearer tokens, OAuth2 client credentials, and Basic authentication. Credentials are stored encrypted and rotated automatically when possible. Custom auth headers can be added for services with proprietary authentication schemes.