Public
Documentation Settings

UserForever - API

UserForever.com API documentation.

Use your creativity to create your own widgets, add information about your customers and whatever else your imagination allows.

Get your account's API access token at https://app.userforever.com/tokens/.

If in doubt, contact us at https://www.userforever.com/help/.

Surveys

API for interacting with surveys.

Use this API to create your own search widgets and better adapt to your product.

GET/api/survey/post/

https://app.userforever.com/api/survey/post/?token=97e91e039f23e_demo_b02a8c8dd2930ede6a7&value=1&identifier=12341234&campaign=AfterSales&channel=email&comment=I loved the usability of the product.&tags=usernew,tagtest

Submit a response to a specific survey.

PARAMS
token

97e91e039f23e_demo_b02a8c8dd2930ede6a7

(Required) This is a public token from your survey. It can be found by going to https://app.userforever.com/surveys/ > Choose a survey already created previously > In the menu click integrate > Open the API tab.

value

1

(Required) For positive and negative surveys, use 0 for negative and 1 for positive. For NPS suveys, use integers from 0 to 10.

identifier

12341234

(Optional) Unique identifier, preferably the identifier of the users in your product.

campaign

AfterSales

(Optional) Identify the campaign being researched.

channel

email

(Optional) Identify the channel where the search is being performed such as email, website, SMS, DM or other channel.

comment

I loved the usability of the product.

(Optional) Enter a text comment about the assessment.

tags

usernew,tagtest

(Optional) Enter "Tags" to identify the consumer. (Separate each tag with a comma, avoid spaces).

Example Request
curl
curl --location 'https://app.userforever.com/api/survey/post/?token=97e91e039f23e_demo_b02a8c8dd2930ede6a7&value=1&identifier=12341234&campaign=AfterSales&channel=email&comment=I%20loved%20the%20usability%20of%20the%20product.&tags=usernew%2Ctagtest'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GET/api/survey/get/

https://app.userforever.com/api/survey/get/?token=97e91e039f23e_demo_b02a8c8dd2930ede6a7

Get all the settings for a specific survey.

PARAMS
token

97e91e039f23e_demo_b02a8c8dd2930ede6a7

This is a public token from your survey. It can be found by going to https://app.userforever.com/surveys/ > Choose a survey already created previously > In the menu click integrate > Open the API tab.

Example Request
curl
curl --location 'https://app.userforever.com//api/survey/get/?token=97e91e039f23e_demo_b02a8c8dd2930ede6a7'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

Customers

API to interact with customer records.