Skip to main content
POST
/
api
/
v1
/
contact
/
create-for-client
Create a new contact and associate it with a client
curl --request POST \
  --url https://api.raul.ugps.io/api/v1/contact/create-for-client \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

201

Contact created and associated successfully