_linkedin_partner_id = "503794"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id);
ID123

Knowledge Base

View Categories

Invite Card User API V2

Invite Card User API V2 Introduction

This API is used to send card invitations by email. End users who receive this email will be able to install the digital ID card on their mobile device after installing the mobile application. The email will contain the custom text that was saved with the card template as well as two buttons “Download the app” and “Install my card”. End-users can install the card instantly if they already have the app installed. If they have not downloaded the app, there are links to the app store included in the email so they can download the app.

The API request must be called once for each invitation email to be sent. In the request, card-template-id and card-id are required. The card-template-id is a template id reference and card-id is the unique card id reference to identify which card will be installed. There are two optional fields of invitation-expiration and recipient-email. Expiration time is the time after which the invitation will expire. If expiration-time is not provided, default expiration time will be 1 year from the time the email is sent. The recipient-email is the email of the end user to which invitation will be sent. If it is not provided in the API call, card-recipient email address which is set in card-data will be used. If there is no email recipient in the API request or imported in the existing card-data then the API call will be rejected.

Request Format

Copy to Clipboard

Success Response

Copy to Clipboard

Failure Response

Copy to Clipboard
Go to Top