Skip to main content
GET
/
api
/
v4
/
products
{
  "products": [
    {
      "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
      "name": "<string>",
      "createTime": "2024-01-01T01:00:00Z",
      "author": {
        "userId": "<string>",
        "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
        "createTime": "2024-01-01T01:00:00Z",
        "email": "[email protected]",
        "status": "active",
        "resourceType": "Org"
      },
      "parent": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

success

products
object[]
required