Skip to main content
POST
/
external
/
customer
/
{buyer_id}
Update customer with its tags, internal stakeholders and contacts
curl --request POST \
  --url https://api.valyx.com/external/customer/{buyer_id} \
  --header 'Content-Type: application/json' \
  --header 'X-Valyx-Signature: <x-valyx-signature>' \
  --data '{}'
{}

Headers

X-Valyx-Signature
string
required

Auth key for creating customers

Path Parameters

buyer_id
string
required

Body

application/json
customer
object

Response

200 - application/json

Success

The response is of type object.