Vapi
01/20/2025, 6:07 PMVapi
01/20/2025, 6:07 PMVapi
01/20/2025, 6:16 PMMatilda
01/20/2025, 6:17 PMVapi
01/20/2025, 6:17 PMVapi
01/20/2025, 6:18 PMMatilda
01/20/2025, 6:20 PMVapi
01/20/2025, 6:20 PMMatilda
01/20/2025, 6:23 PMMatilda
01/20/2025, 6:24 PMVapi
01/20/2025, 6:24 PMjson
{
"teamName": "string",
"members": [
{
"id": "number",
"name": "string",
"role": "string",
// ... other member properties
}
// ... other members
],
"settings": {
// ... settings properties
},
// ... other properties
}
This way, I can get an idea of what your payload looks like and help you identify where the issue might be. If you're getting a 400 error, it's often related to missing required fields, incorrect data types, or syntax errors in the JSON structure.Matilda
01/20/2025, 6:36 PMShubham Bajaj
01/21/2025, 6:37 AM