Skip to main content

Lob

Overview

Lob is a source connector for the Lob API. This connector currently supports credential validation (testing that your API key can authenticate) but does not yet support data extraction.

Setup

  1. In Lob, create or locate an API key.
  2. In your workspace, add a new Lob source.
  3. Enter the API key in the connector configuration.
  4. Save and test the connection.

Authentication

This connector authenticates to Lob using HTTP Basic Auth:

  • Username: your Lob API key
  • Password: empty

During connection testing, the connector validates credentials by calling:

  • GET https://api.lob.com/v1/accounts

If the request fails, the connector reports a credential validation error.

Configuration

FieldTypeRequiredDescription
api_keystringYesYour Lob API key used for Basic Auth.

Streams

No streams are currently available. The connector’s extraction functionality is still in development.