Retrieve an existing person's business card as a vCard (.vcf)
GET
/people/{id}/business-cards/{cardId}/v-cardLast modified: 13 days ago
Request
Path Params
id
string
required
The Id of the People
cardId
string
required
The Id of the business card
Query Params
version
string
optional
Version of the vCard standard to be created. If the value does not make sense, the default version is set (newest).
Header Params
X-Integration-Name
string
required
Integration name
Example:
API Documentation
X-Integration-Provider
string
required
Integration provider
Example:
cobra GmbH
X-Cobra-TenantId
string
required
Tenant ID
Example:
12e39e53-ece1-4d8d-8958-e782de1dbef0
X-Integration-Contact
string
optional
Integration contact
Example:
info@cobra.de
Accept-Language
string
optional
Example:
de
Request samples
Responses
OK(200)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
string <binary>
optional
Example
"string"
Last modified: 13 days ago