Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Elead Opportunities API

Sales opportunities (leads), vehicles of interest, trade-ins, sales team, emails.

Elead Opportunities API is one of 4 APIs that Elead publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Opportunities. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 5 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.2.0.

Requests are made against a single base URL, https://api.fortellis.io/sales/v1/elead.

5 operations 5 paths 4 schemas 2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.2.0
Base URL
https://api.fortellis.io/sales/v1/elead
Authentication
API Key, API Key, API Key
Resource Areas
1

Authentication & Security 3

Elead Opportunities API declares 3 security schemes for authenticating requests. An API key is passed in the header as client_id (fortellisClientId). An API key is passed in the header as client_secret (fortellisClientSecret). An API key is passed in the header as Subscription-Id (subscriptionId). By default, every request must be authenticated.

  • fortellisClientId — Fortellis-issued client id for the solution.
  • fortellisClientSecret — Fortellis-issued client secret for the solution.
  • subscriptionId — Per-dealer subscription identifier provided when the dealer activates the app.

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 2 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Opportunities 5

Sales opportunities (leads), vehicles of interest, trade-ins, sales team, emails.

POST
/opportunities
Create a new opportunity
Opportunities_CreateOpportunity 1 param body → 201
GET
/opportunities/search
Query opportunities by date range
Opportunities_Search 5 params → 200
GET
/opportunities/searchDelta
Query opportunities changed since a date/time (within the past 7 days)
Opportunities_SearchDelta 4 params → 200
POST
/opportunities/{opportunityId}/comments
Add a comment to an opportunity
Opportunities_AddComment 2 params body → 200
POST
/opportunities/{opportunityId}/email
Send an email and create the corresponding activity
Opportunities_SendEmail 2 params body → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are VehicleSought (13 properties), Opportunity (10 properties), VehicleTradeIn (9 properties), SearchOpportunitiesResponse (5 properties). Each schema is shown below with its type and property counts.

Opportunity
object
10 properties
VehicleTradeIn
object
9 properties
SearchOpportunitiesResponse
object
5 properties
VehicleSought
object
13 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

elead-crm-opportunities-api-openapi.yml Raw ↑

Other APIs Elead publishes across the network.

Elead Activities API
Elead Customers API
Elead Reference Data API