Skip to main content
POST
/
api
/
v1
/
contact
/
associate-to-client
Associate an existing contact with a client (replaces any existing association)
curl --request POST \
  --url https://api.raul.ugps.io/api/v1/contact/associate-to-client \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

Contact associated successfully (previous associations removed)