EasyPost
Overview
The EasyPost source connector lets you connect to the EasyPost API using an API key.
Status
This connector is currently in development:
- Authentication (credential validation) is supported.
- Schema discovery and data extraction are not yet available.
Prerequisites
- An EasyPost account
- An EasyPost API key
Authentication
This connector authenticates to EasyPost using HTTP Basic Auth:
- Username: your EasyPost API key
- Password: blank
Create or find your API key
- Log in to your EasyPost dashboard.
- Navigate to the API keys section.
- Copy an API key (for example, a test or production key depending on your environment).
Setup
- In your workspace, add a new EasyPost source.
- Enter your API key (see configuration below).
- Save and test the connection.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your EasyPost API key used to authenticate requests to the EasyPost API. |
Streams
No streams are currently available. Catalog discovery currently returns an empty catalog, and extraction is not yet implemented.
Limitations
- Incremental sync, historical backfills, and stream selection are not yet supported.
- The connector currently validates credentials by calling the EasyPost Users endpoint (
GET https://api.easypost.com/v2/users).