Customer

Customers

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 Customers

List all customers

Parameters

No parameters available.

get/v1/customers
RESPONSE
[]

Create Customer

Create a new Customer

Parameters

No parameters available.

post/v1/customers
RESPONSE
[]

Delete Customer

Delete a customer

Parameters

No parameters available.

delete/v1/customers/{id}
RESPONSE
[]

Get Customer

Get a single customer

Parameters

No parameters available.

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

Update Customer

Update a customer

Parameters

No parameters available.

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