Invoiced source connector
Use the Invoiced source connector to connect to the Invoiced API and validate access using an API key.
Setup
- In Invoiced, generate or locate an API key for the account you want to connect.
- Decide which Invoiced environment you want to use:
- production:
https://api.invoiced.com - sandbox:
https://api.sandbox.invoiced.com
- production:
Authentication
This connector authenticates to Invoiced using HTTP Basic Auth:
- Username: your Invoiced
api_key - Password: empty
During connection setup, the connector validates credentials by making a request to the GET /customers endpoint with per_page=1.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
environment | string | Yes | Which Invoiced API environment to use. Must be production or sandbox (case-insensitive). |
api_key | string | Yes | Your Invoiced API key. Used as the Basic Auth username. |
Streams
This connector is currently under development and does not yet extract data.
- Catalog discovery: returns an empty catalog.
- Extraction: not available yet.