Get a specific contact by contact id.
Documentation Index
Fetch the complete documentation index at: https://docs.infinity.swiss/llms.txt
Use this file to discover all available pages before exploring further.
API token for authentication. Obtain from your Infinity account settings.
The id of the specific contact
The contact is returned.
Represents a contact, such as a supplier, client, partner, lead, etc.
{
"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"
}