API Documentation
Prospects
Agents
VoiceModels
Hive
HiveAgentLink
Actions
ActionAgentLink
Products
Conversations
ConversationProspectLink
Prospects
Get a Specific Prospect by ID
Get a Specific Prospect by ID
GET
/
v1
/
prospects
/
{prospect_id}
Copy
curl --request GET \
--url https://api.trata.ai/v1/prospects/{prospect_id} \
--header 'Authorization: Bearer <token>'
Copy
{
"id": "pro.1731301754.OZSMSU1S",
"orgId": "org.1726902940.GZChqlpU",
"name": "Hari",
"phoneNumber": "96260-12778",
"externalReference": [],
"status": "SERVICE_ORDER_PLACED",
"prospectProps": {},
"createdBy": "trata-system",
"createdAt": "2024-11-11T05:09:14.979287",
"updatedBy": "trata-system",
"updatedAt": "2024-11-11T05:09:14.979289"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the prospect
Response
200
application/json
Prospect retrieved successfully
Prospects are the potential customers for business
Copy
curl --request GET \
--url https://api.trata.ai/v1/prospects/{prospect_id} \
--header 'Authorization: Bearer <token>'
Copy
{
"id": "pro.1731301754.OZSMSU1S",
"orgId": "org.1726902940.GZChqlpU",
"name": "Hari",
"phoneNumber": "96260-12778",
"externalReference": [],
"status": "SERVICE_ORDER_PLACED",
"prospectProps": {},
"createdBy": "trata-system",
"createdAt": "2024-11-11T05:09:14.979287",
"updatedBy": "trata-system",
"updatedAt": "2024-11-11T05:09:14.979289"
}
Assistant
Responses are generated using AI and may contain mistakes.