Flowmatix Documentation

Get Customer

Was this helpful?

  • Happy
  • Normal
  • Sad

This page contains API Documentation to retrieve details about a customer.

Get Customer Details #

This API endpoint retrieves details of customers for a particular Flowmatix Partner Agency.

Endpoint #

MethodURL
GEThttps://api.v7.flowmatix.ai/customer/list

Parameters #

ParameterRequiredDescription
pageNoThe page number for pagination. Default is 1.
sortNoSorting criteria. Default is createdAt.

Headers #

HeaderValueDescription
authtypeKeyMust be set to ‘Key’.
AuthorizationBearerBearer token for authentication. You can get the same from the agency admin’s account on Flowmatix Dashboard.

Sample Request #

Sample Response #

Response Attributes #

Field Description
successIndicates if the request was successful.
messageAdditional information or error messages.
dataArray of customer details.
_idUnique identifier of the customer. This will be used to retrieve customer token.
nameName of the customer.
contact.emailEmail address of the customer.
verifiedIndicates whether the customer is verified.
statusStatus of the customer (ACTIVE, INACTIVE, etc).
subscriptionTypeType of subscription (e.g., v2).
createdAtDate and time when the customer was created.
updatedAtDate and time when the customer was last updated.
lastLoginDate and time of the customer’s last login.

❓ Got any questions? #

If you have any questions, you can look into our repository of FAQs, most likely, you will find your answer here, If not, write us at support@flowmatix.ai.

Shopping Basket