Skip to main content

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

  1. Log in to your EasyPost dashboard.
  2. Navigate to the API keys section.
  3. Copy an API key (for example, a test or production key depending on your environment).

Setup

  1. In your workspace, add a new EasyPost source.
  2. Enter your API key (see configuration below).
  3. Save and test the connection.

Configuration

FieldTypeRequiredDescription
api_keystringYesYour 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).