Customer
Get list of customers
GET
/
v1
/
customer
/
list
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
num_records
integer
Number of records to fetch, default : all customers will be sent in response
page
integer
default: 1Page number
Response
200 - application/json
success
boolean
Success flag
message
string
Response message
error_code
string
Error Code
errors
object
Errors
data
object