REST APIs
An API (Application Programming Interface) enables programs to talk to each other. REST (Representational State Transfer) APIs are APIs that use HTTP requests in order to access and use data. Each HTTP request uses a unique URL, representing a different endpoint and each HTTP request that is sent is known as an API call.
The API endpoints represent the specific content that can be accessed at that location. This content is known as a resource and each resource is usually accessed based on additional details that are expressed through parameters and their values, also included in the API call. Resources can be returned in different formats, including JSON, HTML, audio files, or images.
The Lytx API endpoints use HTTP request methods, which represent the actions that can be performed on or for those resources.
The Lytx API uses the OpenAPI specifications, which are the leading standards for REST APIs. See the OpenAPI definition file for more information.
Our API is divided into different groups of endpoints according to functionality. Use these APIs to perform different actions for your organization and devices.
See the API reference guide for full details about endpoints, parameters, and more.