curl --request GET \
--url https://dev.entropi.app/v1/profiles/getOne \
--header 'Authorization: Bearer <token>'{
"result": {
"profileID": "<string>",
"productIDs": [
"<string>"
],
"firstName": "<string>",
"lastName": "<string>",
"metadata": {
"source": "<string>",
"acquired_date": "<string>",
"last_interviewed": "<string>",
"interview_count": 123,
"sentiment": 123
},
"details": {
"occupation": "<string>",
"location": "<string>",
"background": "<string>",
"productAlignment": "<string>",
"key_values": [
"<string>"
],
"interests": [
"<string>"
]
},
"history": [
{
"type": "<string>",
"id": "<string>"
}
]
}
}Returns a single profile by profileID
curl --request GET \
--url https://dev.entropi.app/v1/profiles/getOne \
--header 'Authorization: Bearer <token>'{
"result": {
"profileID": "<string>",
"productIDs": [
"<string>"
],
"firstName": "<string>",
"lastName": "<string>",
"metadata": {
"source": "<string>",
"acquired_date": "<string>",
"last_interviewed": "<string>",
"interview_count": 123,
"sentiment": 123
},
"details": {
"occupation": "<string>",
"location": "<string>",
"background": "<string>",
"productAlignment": "<string>",
"key_values": [
"<string>"
],
"interests": [
"<string>"
]
},
"history": [
{
"type": "<string>",
"id": "<string>"
}
]
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The profileID to retrieve
API Response
Show child attributes
List of productIDs for which this Customer has participate in interviews
Customer's first name
Customer's last name
Metadata associated with this customer profile
Show child attributes
Source of the profile. Can be Human derived, or AI generated (Coming soon)
Date customer profile was acquired
Date customer profile was last interviewed
Number of interviews this customer has completed
Numerical grade of the customer's sentiment towards the product on a scale from 1 - 5, with 5 representing utmost satisfaction
Customer details including demographics, key values, etc.
Show child attributes
Customer's occupation, sourced from interview onboarding steps
Customer's location - Ex: Los Angeles, CA, USA
Background information about the customer
The customer's alignment and core feedback on the product
List of key values the customer looks for in similar products
List of customer's interests, revealed by their responses