Skip to main content

API - Send request

Send a testimonial request email with GET /v1/new/request and your Space API key.

Written by Damon Chen

Send a testimonial request email with a GET request to https://api.testimonial.to/v1/new/request. Send your Space API key in the Authorization: Bearer API_KEY header. The email includes a link to your Testimonial page so the recipient can submit.

notion image


Required parameters

The request needs these four parameters:

  1. name — the recipient’s name

  2. email — the recipient’s email

  3. spaceName — the name of your product or service

  4. adminName — the name used in the email signature

curl "https://api.testimonial.to/v1/new/request" -H "Authorization: Bearer API_KEY"


Get your API key

Open the dashboard. On the Space card, click the ... icon and choose API key.

In the popup, click Copy API Key.


Need help? Message us in the chat widget.

Did this answer your question?