Product

Products

Flex API Reference

Welcome to the Flex API reference docs. Here you'll find all the endpoints exposed by Flex, learn how to use them and what they return.

Production Endpoint
https://api.withflex.com
Staging Endpoint
https://api-stg.withflex.com

List Products

Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.

Parameters

No parameters available.

get/v1/products
RESPONSE
[]

Get Product

Returns a product object for the product with the specified ID.

Parameters

No parameters available.

get/v1/products/{id}
RESPONSE
[]

Update Product

Updates the specified product by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Parameters

No parameters available.

patch/v1/products/{id}
RESPONSE
[]