cURL
curl --request PUT \ --url https://api.gospott.com/custom-attributes/client-contacts/{id}/values/_bulk \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "attributes": [ { "attributeDefinitionId": "550e8400-e29b-41d4-a716-446655440000", "value": { "viewType": "customText", "text": "Senior Software Engineer" } } ] } '
Update one or more custom attribute values for a specific contact.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Array of custom attribute values to update
Show child attributes
Custom attribute values updated successfully