Getting list of projects
This section provides instructions to use /project/list endpoint to get the list of projects of a user.
{
"message": "successfully fetched projects.",
"projects": [
{
"name": "My First Project",
"description": "Project description",
"id": "XXXXXXXXXXXXXXXXXXX",
"status": "ACTIVE",
"call_status_webhook": null
},
{
"name": "Demo Project",
"description": "Project description",
"id": "XXXXXXXXXXXXXXXXXXXXX",
"status": "ACTIVE",
"call_status_webhook": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
]
}Last updated