Skip to content

Contact details.

GET
/v1/CRM/contacts/{id_contact}

Requires the scope read:contact.

Autorisations

Bearer

JWT Authorization header using the Bearer scheme.

TypeHTTP (Bearer)

Paramètres

Paramètres de chemin

id_contact*
Typeinteger
Requis
Format"int32"

Réponses

OK

application/json
JSON
{
"id": 0,
"first_name": "string",
"last_name": "string",
"business_title": "string",
"email": "string",
"phone_mobile_number": "string",
"phone_number": "string",
"fax_number": "string",
"address": "string",
"postal_code": "string",
"city": "string",
"country": "string",
"exclude_from_emailing": true,
"send_greetings_card": true,
"greetings_card_details": "string",
"is_lead": true,
"origin": "string",
"signal": "string",
"domains": [
0
],
"notes": "string",
"imported_company_name": "string",
"id_client": 0,
"id_account_manager": 0,
"active": true,
"deleted": true,
"created_on": "string",
"created_by": 0,
"modified_on": "string",
"modified_by": 0,
"deleted_on": "string",
"deleted_by": 0
}

Playground

Serveur
Autorisation
Variables
Clé
Valeur

Exemples

cURL
JavaScript
PHP
Python