Contacts
Get specific contact
Get a specific contact by contact id.
GET
Get specific contact
Authorizations
API token for authentication. Obtain from your Infinity account settings.
Path Parameters
The id of the specific contact
Response
The contact is returned.
Represents a contact, such as a supplier, client, partner, lead, etc.
Example:
{
"id": "6474bb0cccc5b63aae56fa15",
"companyName": "Complex GmbH",
"firstName": "Claudia",
"lastName": "Röthlisberger",
"streetName": "Frutigenstrasse",
"buildingNumber": "24",
"townName": "Spiez",
"postCode": "3700",
"country": "Schweiz",
"position": "Leiterin Bereich Metallurgie",
"email": "test@test.com",
"mobile": "079 111 22 33",
"phone": "052 111 22 33",
"website": "complex.swiss",
"category": "clients",
"formOfAddress": "",
"note": "Kontakt durch Startup-Nights.",
"vatNumber": "CHE 123.456.789 MWST",
"customerIdentification": "C-12345"
}Get specific contact