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/json

Optional for GET requests, but recommended.

Query Parameters

page

Integer

Page number for pagination (default: 1).

limit

Integer

Number of customers per page (default: 10, max: 100).

search

String

Filter customers by name, email, or phone number.

kyc_status

String

Filter by KYC status: pending, approved, or rejected.

GET
/ customer
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response