Glossary

Speak the language of Dealerware API!

Use this glossary to find definitions for common terms you may come across while using Dealerware API.

TermDefinition
APIApplication Programming Interface
API KEYAn API key acts as a secret authentication token as well as a unique identifier
BOOLEANA binary variable, having two possible values called “true” and “false"
Client IDA Client ID is a public identifier that is unique across all clients that the authorization server handles
Client SecretA Client Secret is a secret identifier known only to the application and the authorization server
cURLClient URL. A computer software project that provides a library and command-line utility often used for transferring data to interact with REST endpoints using various network protocols
DELETEThe DELETE method deletes the specified resource
DEPRECATIONA deprecated API is one that you are no longer recommended to use, due to changes in the API. While deprecated classes, methods, and fields are still implemented, they may be removed in future implementations, so you should not use them in new code, and if possible rewrite old code not to use them
GETThe GET method requests a representation of the specified resource. Requests using GET should only retrieve data
ENDPOINTThe point of entry in a communication channel when two systems are interacting. It refers to touchpoints of the communication between an API and a server
JSONJavaScript Object Notation. A lightweight syntax containing objects and arrays, usually used (instead of XML) to return information from a REST API
KPIKey Performance Indicator
OpenAPIThe official name for the OpenAPI specification. The OpenAPI specification provides a set of properties that can be used to describe your REST API. When valid, the specification document can be used to create interactive documentation, generate client SDKs, run unit tests, and more
POSTThe POST method is used to submit an entity to the specified resource, often causing a change in state or side effects on the server
PUTThe POST method is used to submit an entity to the specified resource, often causing a change in state or side effects on the server
RESTRepresentational State Transfer
TELEMATICSTelematics includes data about the location, behavior, status, maintenance status, compliance, and availability for vehicle and fleet management
YAML“YAML Ain’t No Markup Language.” A human-readable, space-sensitive syntax used in the OpenAPI specification document