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 Customers API

Prospect and customer records and their owned vehicles.

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

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

This API exposes 5 operations across 4 paths, and defines 6 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 4 paths 6 schemas 3 GET1 POST1 PUT

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 Customers 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 4 paths, the API surfaces 5 operations — 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Customers 5

Prospect and customer records and their owned vehicles.

POST
/customers
Create a prospect/customer
Customers_CreateCustomer 1 param body → 201
GET
/customers/search
Search customers
Customers_SearchCustomers 7 params → 200
GET
/customers/{customerId}
Get customer by Id
Customers_GetCustomer 2 params → 200
PUT
/customers/{customerId}
Update a customer
Customers_UpdateCustomer 2 params body → 200
GET
/customers/{customerId}/vehicles
Get customer owned vehicles
Customers_GetCustomerOwnedVehicles 2 params → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Customer (13 properties), CustomerVehicle (9 properties), CustomerAddress (9 properties), CustomerPhone (7 properties). Each schema is shown below with its type and property counts.

CustomerEmail
object
4 properties
SearchCustomersResponse
object
5 properties
CustomerAddress
object
9 properties
CustomerVehicle
object
9 properties
Customer
object
13 properties
CustomerPhone
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Elead publishes across the network.

Elead Activities API
Elead Opportunities API
Elead Reference Data API