Passer au contenu principal
GET
/
contact
Liste des contacts
curl --request GET \
  --url https://api.notiline.net/v1/contact \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "country_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "lot": "<string>",
    "name": "<string>",
    "surname": "<string>",
    "phone_number": "<string>",
    "gender": "<string>",
    "email": "<string>",
    "city": "<string>",
    "birth_date": "2023-12-25",
    "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "origin": "<string>",
    "modified_from": "<string>",
    "external_id": "<string>",
    "preferred_language": "<string>",
    "avatar_url": "<string>"
  }
]

Autorisations

Authorization
string
header
requis

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

Paramètres de requête

start_date
string<date>

Date de début de la période

end_date
string<date>

Date de fin de la période

country_id
integer

ID du pays

Réponse

Opération réussie

id
string<uuid>

ID of the contact

company_id
string<uuid>

Company ID associated with the contact

group_id
string<uuid>

Group ID associated with the contact

country_id
string<uuid>

Country ID associated with the contact

lot
string

Lot associated with the contact

name
string

Name of the contact

surname
string

Surname of the contact

phone_number
string

Phone number of the contact

gender
string

Gender of the contact

email
string

Email of the contact

city
string

City of the contact

birth_date
string<date>

Birth date of the contact

created_by
string<uuid>

User ID who created the contact

origin
string

Origin of the contact

modified_from
string

Modified from of the contact

external_id
string

External ID associated with the contact

preferred_language
string

Preferred language of the contact

avatar_url
string

Avatar URL of the contact