Passer au contenu principal
GET
/
contact
/
{id}
Lire un contact
curl --request GET \
  --url https://api.notiline.net/v1/contact/{id} \
  --header 'Authorization: <api-key>'
{
  "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

API Key passed in the Authorization Bearer Token

Paramètres de chemin

id
string<uuid>
requis

ID du contact

Réponse

Contact trouvé

Model for contact

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