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

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

201

Contact created successfully