Download Public Card
Download the digital business card directly into your address book. We also will show you options to save it into your Google or Apple Wallet."
Last updated
Download the digital business card directly into your address book. We also will show you options to save it into your Google or Apple Wallet."
Last updated
Learn how to download the retrieved digital business card as a .vcf file. To do this, we first obtain a secure download link through a POST request. Once we have received the link, it remains valid for 90 seconds.
POST
/v1/public/card/{UUID}/download
Name | Type | Description |
---|
You will get a link on a successfull response, please redirect the user to this link to place the download:
Redirect the user to the link from the response of the POST
Request in to download the digital business card as .vcf
file.
Becard offers the option to not only download .vcf
files but also to save the digital business card directly in your Apple Wallet as a .pem
file. The process is identical as with .vcf
files, except for the use of a URI that differs from the REST API URI.
POST
https://wallet.becard.me/v1/apple-wallet/generate/{UUID}
Redirect the user to the link from the response of the POST
Request in Step 1 to download the digital business card as .pem
and store it into the Apple Wallet file.
Name | Type | Description |
---|
UUID* | string | Card UUID |
UUID* | string | Card UUID |