Skip to main content

Paymo

The Paymo source connector connects to the Paymo API using an API key.

Status

This connector is currently in development:

  • Connection/auth validation is implemented.
  • Data extraction is not yet available (runs will fail with an “in development” error).
  • No streams are currently exposed.

Setup

Create a Paymo API key

  1. In Paymo, generate or locate your API key.
  2. Keep the key available for configuring the connector.

Authentication

This connector authenticates to Paymo using HTTP Basic Auth:

  • Username: your Paymo API key
  • Password: extract

During setup, the connector validates credentials by calling the Paymo endpoint:

  • GET https://app.paymoapp.com/api/me

Configuration

FieldTypeRequiredDescription
api_keystringYesYour Paymo API key used as the Basic Auth username.

Streams

No streams are currently available. The connector’s catalog is empty while extraction is still in development.