Skip to main content
GET
Fetch a single integration package

Authorizations

Authorization
string
header
required

LeadConduit uses HTTP Basic Authentication with the username API and your API key as the password.

For example: API:1f1b96c9150d8050e858c043d543bb4eadae0e6f'

Path Parameters

id
string
required
read-only

ID of the package 24 character alpha-numeric BSON identifier

Pattern: ^[0-9a-fA-F]{24}$
Example:

"5fd4371e940df5a34a3888b2"

Response

OK

An integration package contains multiple integration modules.

id
string

The unique identifier of the integration package

Example:

"leadconduit-salesforce"

provider
string

The name of the provider of the integration package

Example:

"Salesforce"

description
string

The human readable description of the integration package

name
string

The name of the package (i.e. Salesforce)

paths
string[]

An array of pointers to each integration inside this package

The provider's homepage

ui
boolean

Whether this integration supports a rich user experience

images
boolean
version
string

The semantic version of the package containing this integration

integrations
Integration Module · object[]