Skip to main content

API - Send request

Damon Chen avatar
Written by Damon Chen
Updated over a week ago

You can send a testimonial request email by calling the GET request to the /new/request endpoint.

It will automatically send an email that will contain your Testimonial's page link so that your users can go submit their testimonials, like the following:

notion image

There are 4 required parameters:

  1. name (your user's name)

  2. email (your user's email)

  3. spaceName (what's the name of your product, service, etc)

  4. adminName (this name will be used in the email signature)

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

How to get the API_KEY

You need to go to the dashboard page. On the right side of each space card, click on the ... icon, and select API key

You will see a pop-up modal showing your API key. Click Copy API Key to copy the key

If you have any other questions or concerns, please let us know, we'll gladly help!

Did this answer your question?