top of page
mCards Logo - Standard White.png
Group 2637.png

Join Program Quick Start

This quick start demonstrates how to sign up users for your Program in minutes!

1. API Request

The following fields are required:

- First & Last Name

- Phone

- Email

curl --location --request POST 'http://app.mcards.com/api/widgets/b6a6cee0-cad0-0139-9b74-00e65021793e/products/f20fd2c0-a1e2-0139-6498-00e65021793e/accept' \

--header 'Origin: http://app.mcards.com' \

--header 'Content-Type: application/json' \

--data-raw '{

             "full_name": "FirstName LastName",

             "phone": "16041123456",

             "email": "firstname@email.com"

           }'

Program Setup

Feel free to use the sample code above to join users to our LOYL Program, but in order to send out custom mCards for your Program you must sign up to be a Distributor.

Please contact us at support@mcards.com to get this started.

bottom of page