Skip to main content
GET
/
customers
List all customers
curl --request GET \
  --url https://api.pocketsflow.com/customers \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter your Pocketsflow API key (format: pk_live_... or pk_test_...)

Query Parameters

email
string

Filter customers by email address

limit
integer
default:100

Number of customers to return

offset
integer
default:0

Number of customers to skip

Response

200

List of customers