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>" }
Crea un nuevo contacto
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Datos del contacto a registrar
Nombre completo
Correo principal
Empresa asociada
Contacto creado
Identificador unico del contacto
Estado comercial del contacto