For the complete documentation index, see llms.txt. This page is also available as Markdown.

[Generic] Products

Products endpoints, it's all the differents kind of products we provide.

Get all products

get
Authorizations
AuthorizationstringRequired

Specify the JWT token.

Query parameters
sortstringOptional
reversebooleanOptionalDefault: false
Responses
200

Success

application/json
idstring · uuidOptional
ownerstring · uuid · nullableOptional
creationDateTimestring · date-time · nullableOptional
lastUpdateDateTimestring · date-time · nullableOptional
isFeaturedboolean · nullableOptional
isAllowedboolean · nullableOptional
weightinteger · int32 · nullableOptional
contextDatastring · nullableOptional
customDatastring · nullableOptional
namestring · nullableOptional
shortNamestring · nullableOptional
taglinestring · nullableOptional
labelstring · nullableOptional
descriptionstring · nullableOptional
longHtmlDescriptionstring · nullableOptional
iconstring · nullableOptional
imagePathstring · nullableOptional
isAvailablebooleanOptional
isInMarketplacebooleanOptional
preHookstring · nullableOptional
postHookstring · nullableOptional
get/v2/Products
200

Success

Get a specific product

get
Authorizations
AuthorizationstringRequired

Specify the JWT token.

Path parameters
productIdstring · uuidRequired

Product Id

Responses
200

Success

application/json
idstring · uuidOptional
ownerstring · uuid · nullableOptional
creationDateTimestring · date-time · nullableOptional
lastUpdateDateTimestring · date-time · nullableOptional
isFeaturedboolean · nullableOptional
isAllowedboolean · nullableOptional
weightinteger · int32 · nullableOptional
contextDatastring · nullableOptional
customDatastring · nullableOptional
namestring · nullableOptional
shortNamestring · nullableOptional
taglinestring · nullableOptional
labelstring · nullableOptional
descriptionstring · nullableOptional
longHtmlDescriptionstring · nullableOptional
iconstring · nullableOptional
imagePathstring · nullableOptional
isAvailablebooleanOptional
isInMarketplacebooleanOptional
preHookstring · nullableOptional
postHookstring · nullableOptional
get/v2/Products/{productId}
200

Success

Last updated