List All Customers
This endpoint retrieves a list of all customers created in your Tulu Switch account. The response is paginated and includes customer details such as names, contact information, KYC status, and associated wallet identifiers.
You can use query parameters to filter, sort, or limit the results.
Headers
Authorization
*StringBearer {{access_token}}Bearer token obtained from the Authenticate endpoint.
Content-Type
Stringapplication/jsonOptional for GET requests, but recommended.
Query Parameters
page
IntegerPage number for pagination (default: 1).
limit
IntegerNumber of customers per page (default: 10, max: 100).
search
StringFilter customers by name, email, or phone number.
kyc_status
StringFilter by KYC status: pending, approved, or rejected.
GET
/ customer
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response