Get Project
This section provides instructions to use /project/:projectId endpoint to get the list of projects of a user.
{
"message": "successfully fetched project data.",
"status": "succcess",
"data": {
"name": "John Smith Clinic",
"user_id": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"status": "ACTIVE",
"description": "",
"is_deleted": false,
"call_status_webhook": null,
"id": "xxxxxxxxxxxxxxxxxxxxxxxxx",
"active_agent": null,
"created_at": null,
"updated_at": null
}
}Last updated