Your basket is currently empty!
POST https://qrverse3.p.rapidapi.com/generate/vcard
Content-Type: application/json
x-rapidapi-host: qrverse3.p.rapidapi.com
x-rapidapi-key: [YOUR_API_KEY]
{
"firstName": "John",
"middleName": "A.",
"lastName": "Doe",
"company": "Example Corp",
"jobTitle": "Software Engineer",
"phoneWork": "+1234567890",
"phoneMobile": "+0987654321",
"email": "john.doe@example.com",
"website": "https://www.example.com",
"address1": "123 Main St",
"address2": "Suite 100",
"city": "Anytown",
"postcode": "12345",
"country": "USA",
"qrColor": "#0000FF",
"backgroundColor": "#00FFFF"
}
{
"qrCodeSvg": "SVGCode"
}