Lists all products.
Response
Success
Example response
{
"data": [
{
"id": "product_1234567890",
"workspace_id": "ws_1234567890",
"code": "PROD_001",
"description": "Premium subscription service",
"update_version": 1,
"created": "2024-01-13T00:00:00Z"
}
]
}Changes
Changed in 6 of the 38 revisions of this API.611
- ▲
removed the required property
data/items/paid_by_rolesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/paid_to_rolesfrom the response with the200statusresponse-required-property-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
data/items/updateVersionfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/workspaceIdfrom the response with the200statusresponse-required-property-removed
- ▲
- ▲
the response property
data/items/descriptionbecame optional for the status200response-property-became-optional
- ○
response property
data/items/updateVersiondeprecatedresponse-property-deprecated
- ○
response property
data/items/workspaceIddeprecatedresponse-property-deprecated
- ○
added the required property
data/items/update_versionto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/workspace_idto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
data/items/sellerfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
data/items/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/paid_by_rolesto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/paid_to_rolesto the response with the200statusresponse-required-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added
UserSellerto thedata/items/sellerresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
CounterpartySellerfrom thedata/items/sellerresponse propertyanyOflist for the response status200response-property-any-of-removed
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
oauth2was added to the APIapi-security-added
- ○
the endpoint scheme security
Bearerwas removed from the APIapi-security-removed
- ○