Get Customers
GET/customers/portal/v1
Get Customers
Request
Header Parameters
API Key
Responses
- 200
- 400
- 404
- 429
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
]
]
company
object
Description is the description of the company
ExternalIdentifier is a unique identifier of the company across the workspace for easy reference and avoiding duplicates. this can be the company's ID in any external system
ID is the unique identifier of the company
CreatedAt is the time the company was created
Revenue is the revenue of the company, it's existance and validations depend on the whether the workspace is B2B or B2C
CreatedAt is the time the customer was created
Email is the email of the customer
ExternalIdentifier is a unique identifier of the customer across the workspace for easy reference and avoiding duplicates. this can be the customer's ID in any external system
feedbacks
object[]
Feedbacks is the feedbacks given by the customer
CreatedAt is the time the feedback was created, not to be added when creating a new feedback (it's generated by the system)
Description is the description of the feedback
ID is the unique identifier of the feedback, not to be added when creating a new feedback (it's generated by the system)
insights
object[]
Insights is the link between the feedback and the features
CreatedAt is the time the insight was created
Title is the title of the insight
feature
object
Description is the description of the feature
ID is the unique identifier of the feature
Insights is the link between the feature and the feedbacks
status
object
Status is the status of the feature
Color is the color of the status which will be used to represent it in the UI, it is a hex color
CreatedAt is the time the status was created
ID is the unique identifier of the status
Name is the name of the status
Type is the type of the status, Can be "not_started", "started", "completed" and "canceled"
Title is the title of the feature
ID is the unique identifier of the insight
Sentiment is the sentiment of the feedback, it is a float number between -1 and 1 where -1 is negative, 0 is neutral and 1 is positive, don't add it when creating a new feedback (it's generated by the system)
source
object
CreatedAt is the time the source was created
Handle is the unique handle of the source across the workspace
ID is the unique identifier of the source
Name is the name of the source
Title is the title of the feedback
ID is the unique identifier of the customer
metadata
object
CreatedAt is the time the customer was created
PhoneNumber is the phone number of the customer
Revenue is the revenue of the customer, it's existance and validations depend on the whether the workspace is B2B or B2C
[
{
"company": {
"description": "string",
"external_identifier": "string",
"id": "string",
"name": "string",
"revenue": 0
},
"created_at": "string",
"email": "string",
"external_identifier": "string",
"feedbacks": [
{
"created_at": "string",
"customer": {},
"description": "string",
"id": "string",
"insights": [
{
"created_at": "string",
"description": "string",
"feature": {
"description": "string",
"id": "string",
"insights": [
null
],
"status": {
"color": "FF0000",
"created_at": "string",
"id": "string",
"name": "string",
"type": "string"
},
"title": "string"
},
"feedback": {},
"id": "string"
}
],
"sentiment": 0,
"source": {
"created_at": "string",
"handle": "string",
"id": "string",
"name": "string"
},
"title": "string"
}
],
"id": "string",
"metadata": {},
"name": "string",
"phone_number": "string",
"revenue": 0
}
]
Bad Request
Not Found
Too Many Requests
Internal Server Error