Get Started
  • Log into your account using your email address and password.
  • Click Company Forms and add new form.
  • This will generate a new form ID.
Here is the url for the environments:
  • Live: https://api.stack.promo
This sample call adds data to a company form.
                        
    curl -X PUT https://api.stack.promo//v1/forms/{form-id} \
    -H 'Content-Type: application/json' \
    -H 'Referer: {referer-url}' \
    -d '{
        "email": "john@stack.promo"
    }'