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 response is of type object
.