These docs are for v2.0. Click to read the latest docs for v2.1.

Sends an auto-accepted Access Merit to a recipient and returns the Access Merit. This endpoint can only be used to send an AccessMerit to a user who has accepted another AccessMerit from your App, and the requestedPermissions can only be less than or equal to the ones they've already accepted. Either recipientEmail or recipientMemberId must be provided, but not both.

200 OK Response Schema

Key NameValue TypeDescription
idIDThe Merit ID
sendDateTimedateThe DateTime the Merit was sent to the recipient
activebooleanRead more about active status (HYPERLINK ME)
statusMeritStatusRead more about MeritStatus (HYPERLINK ME)
meritTemplateIdIDThe ID of the MeritTemplate for this Merit
meritTemplateTitlestringThe Title of the MeritTemplate for this Merit
emailstringThe email this Merit was sent to.

Read more about Merit email vs Member email and privacy (HYPERLINK ME)
nameNameThe first and last name this Merit was sent to.

Read more about Merit name vs Member name and privacy (HYPERLINK ME)
fieldValuesArray<FieldValue>Read more about Fields and FieldValues (HYPERLINK ME)
permissionsGrantedToSenderArray<Permission>Read more about Permissions (HYPERLINK ME)
recipientMembernullThe recipientMember property on a Merit will always be null at the moment it's sent since the user cannot possibly have already accepted it.

Read more about Member data and privacy (HYPERLINK ME)
editablebooleanRead more about editable Merits (HYPERLINK ME)
Language
Authorization
Query
Click Try It! to start a request and see the response here!