The latest Elements API release adds new fields to the invitations object returned by the Send new device invitations and List invitations endpoints (POST and GET /invitations/v1/invitations). These fields provide the caller with the urls sent with the invite.
This is an additive, backward-compatible change. Existing integrations continue to work without modification. New fields are populated when they are present in the invitation. The actual urls are invite specific.
New top-level fields
In both service’s responses:
androidLink (string): Link to the android installeriosLink (string): Link to the iOS installerwindowsLink (string): Link to the Windows installermacLink (string): Link to the Mac installer
See the full Elements API specification for details:
https://connect.withsecure.com/api-reference/elements#get-/invitations/v1/invitations