Documentation Index
Fetch the complete documentation index at: https://docs.contactswing.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your ContactSwing JWT Bearer token.
Path Parameters
Unique customer identifier from ContactSwing dashboard.
Request Body
JSON: CustomerRequest (see OpenAPI spec)
Updated customer full name
Updated phone number +1234567890
Updated email address user@example.com
Updated customer tags ["vip", "lead"]
Response
200 OK - Customer updated successfully
”Request processed successfully”
Example
{
"name": "John Doe Updated",
"phone": "+1987654321",
"tags": ["vip", "loyal"]
}