Products

The following endpoints allow you to view the products and price lists configured for your partner account.

Get products

get
Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Responses
chevron-right
200

An array with all available partner products

application/json
get
/portal/products
200

An array with all available partner products

Get product

get

Retrieve information about a single product

Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Path parameters
productIdstringRequired

Product id or code

Responses
chevron-right
200

The partner product information

application/json
get
/portal/products/{productId}
200

The partner product information

Last updated