Get Customer Profile
Retrieve the details of a specific customer profile using their unique identifier.
GET
http://api.ants.tech/access/api/profile
Query Parameters
Name
Type
Description
property_names*
String
The customer attribute that you are retrieving, separated by a comma each. For example, customer_id,name,email
customer_id*
String
The unique identifier of the customer whose profile you want to retrieve. For example, 104
Headers
Name
Type
Description
Authorization*
String
Bearer <ACCESS_TOKEN>
Last updated