Skip to main content
POST
/
contacts
cURL
curl --request POST \
  --url https://api.tu-entorno-lumos.com/contacts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "fullName": "<string>",
  "email": "jsmith@example.com",
  "company": "<string>"
}
'
{
  "id": "<string>",
  "fullName": "<string>",
  "email": "jsmith@example.com",
  "company": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Datos del contacto a registrar

fullName
string
required

Nombre completo

email
string<email>
required

Correo principal

company
string

Empresa asociada

Response

Contacto creado

id
string
required

Identificador unico del contacto

fullName
string
required

Nombre completo

email
string<email>
required

Correo principal

company
string

Empresa asociada

status
string

Estado comercial del contacto