Skip to main content
curl -X PATCH https://api.thinnest.ai/v2/calls/{call_id} \
  -H "Authorization: Bearer $THINNESTAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tags": [
    "hot-lead",
    "pricing-discussed"
  ],
  "metadata": {
    "crm_id": "SF-12345"
  }
}'

Request Body

tags
array
Call tags (replaces existing tags)
metadata
object
Custom key-value metadata

Response 200

Returns the full updated call object (see Get Call).

Errors

CodeDescription
404Call not found
403Not authorized to update this call