v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Customers

Get all customers

Get the full list of all customers created on Bridge

get/customers

Query parameters

starting_afterstring

This is a customer id. If this is specified, the next page that starts with a customer right AFTER the specified customer id on the customer timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that customers older than the specified customer id will be returned (shouldn't be set if ending_before is set)

ending_beforestring

This is a customer id. If this is specified, the previous page that ends with a customer right BEFORE the specified customer id on the customer timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that customers newer than the specified customer id will be returned (shouldn't be set if starting_after is set)

limitinteger

The number of items to return (min 1, default 10, max 100)

emailstring

If included, filters to customers with the given email

Response

List of customers (the returned list is empty if none found)

countinteger required

total number of items in data