Skip to main content
GET
/
contacts
cURL
curl --request GET \
  --url https://api.tu-entorno-lumos.com/contacts \
  --header 'Authorization: Bearer <token>'
[
  {
    "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.

Query Parameters

limit
integer<int32>

Cantidad maxima de resultados

Response

Lista de contactos

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