Basic APIs
List Products Endpoint
Products endpoint allows you to retrieve a list of products connected with the active company. A GET request to this endpoint, along with the necessary authorization, returns a paginated list of products with details such as product ID, creation/update timestamps, name, and other relevant information.
GET
Authorizations
Query Parameters
Filter products by name.
Filter products by description.
Filter products updated after a specified timestamp.
Number of results to return per page.
The initial index from which to return the results.
Response
200 - application/json
The total count of products in the response.
An array containing details of products returned in the response.
The URI for the next page of results, if available.
The URI for the previous page of results, if available.