curl --request POST \
--url https://thalamus.nerds.nl/api/v1/contact/{external_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"external_organization_id": "ORG-5001",
"name": "John Doe",
"email": "john@example.com",
"phone": "+31612345678",
"address": "Keizersgracht 100",
"zip": "1015 AA",
"city": "Amsterdam",
"country": "NL",
"comment": "<string>",
"status": "active",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
'{
"success": true,
"data": {
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"external_id": "<string>",
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"external_organization_id": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"message": "<string>"
}Creates a new contact or updates an existing one identified by external_id.
curl --request POST \
--url https://thalamus.nerds.nl/api/v1/contact/{external_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"external_organization_id": "ORG-5001",
"name": "John Doe",
"email": "john@example.com",
"phone": "+31612345678",
"address": "Keizersgracht 100",
"zip": "1015 AA",
"city": "Amsterdam",
"country": "NL",
"comment": "<string>",
"status": "active",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
'{
"success": true,
"data": {
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"external_id": "<string>",
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"external_organization_id": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"message": "<string>"
}Partner API key (e.g. nerds_live_a8f3d9k2m5n7p1q4r6t8v0w2x4y6z8)
External contact ID
"C-10042"
External organization ID this contact belongs to
"ORG-5001"
"John Doe"
"john@example.com"
"+31612345678"
"Keizersgracht 100"
"1015 AA"
"Amsterdam"
ISO 3166-1 alpha-2 country code
"NL"
Internal notes about this contact
"active"