Skip to main content

Invoiced source connector

Use the Invoiced source connector to connect to the Invoiced API and validate access using an API key.

Setup

  1. In Invoiced, generate or locate an API key for the account you want to connect.
  2. Decide which Invoiced environment you want to use:
    • production: https://api.invoiced.com
    • sandbox: https://api.sandbox.invoiced.com

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

FieldTypeRequiredDescription
environmentstringYesWhich Invoiced API environment to use. Must be production or sandbox (case-insensitive).
api_keystringYesYour 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.