get/customer?page=1&limit=10&email=user@example.com
Get All Customers
Retrieve a paginated list of all customers in your Keymint account.
Authentication required: Bearer Token in
Authorization header.Parameters
page
integer (query)Page number for pagination
e.g. 1limit
integer (query)Number of items per page (max 100)
e.g. 10email
string (query)Filter customers by email address
e.g. user@example.comResponses
200Successfully retrieved all customers
Response Body (200)
action
stringstatus
booleandata
arraymeta
objectcode
integerRequest Example
Response (200 OK)