Skip to main content
PUT
cURL
Update a contact’s profile fields. Only the fields you send are changed. Email and source cannot be changed here; use Create or Update Contact for email and the Unsubscribe endpoint for subscription state.

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).

Path Parameters

id
integer
required

Numeric contact ID.

Example:

8801

Body

application/json
name
string
Maximum string length: 255
phone
string
Maximum string length: 50
country
string
Maximum string length: 100
state
string
Maximum string length: 100
city
string
Maximum string length: 100
zipcode
string
Maximum string length: 20
company
string
Maximum string length: 255
date_added
string<date>

YYYY-MM-DD. Common date formats are accepted and normalised.

Response

200 - application/json

Contact updated successfully.

data
object