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
- In Lob, create or locate an API key.
- In your workspace, add a new Lob source.
- Enter the API key in the connector configuration.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Lob API key used for Basic Auth. |
Streams
No streams are currently available. The connector’s extraction functionality is still in development.