Skip to main content

List products created by your organization

GET 

/api/company/product

List products created by your organization

Request

Query Parameters

    page integer

    Possible values: >= 1

    Page number

    per_page integer

    Possible values: >= 1 and <= 100

    Number of items per page

    query string

    Query string for product name

Responses

Detailed information about the product

Schema
    items object[]required

    An array of products.

  • Array [
  • id uuidrequired

    The unique identifier of the product.

    name stringrequired

    The name of the product.

    company_id uuidrequired

    The unique identifier of the company.

    description stringrequired

    The description of the product. Can be null.

    images object[]required

    An array of image URLs associated with the product.

  • Array [
  • id uuidrequired

    The unique identifier of the product image.

    company_id uuidrequired

    The unique identifier of the company.

    url urlrequired

    The URL of the product image.

  • ]
  • ]
  • total integerrequired

    The total number of products.

Loading...