Get Customers
Last updated
Last updated
GET
/customer
The "Get Customers" endpoint is a crucial part of our API, designed to retrieve detailed information about customers stored in the system. This endpoint provides an efficient way for applications to access customer data for various purposes, including displaying customer profiles, analyzing customer demographics, or integrating with other systems.
Key Features:
HTTP Method: GET
Endpoint URL: {{baseUrl}}/customer
Authentication: Requires API key or OAuth token to ensure secure access.
Query Parameters:
per_page
(optional): The page number for paginated results.
Response Structure:
Status Code: 200 OK
on success, with other codes indicating various errors (e.g., 401 Unauthorized
, 404 Not Found
).
Headers
Name | Value |
---|---|
Request sample and Response
Content-Type
application/json
Authorization
Bearer <token>