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
value
identifier
campaign
channel
comment
tags
Example Request
/api/survey/post/
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
Example Request
/api/survey/get/
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.