cURL
curl --request POST \ --url https://api.vantage.sh/v2/user_feedback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>" } '
{ "token": "<string>", "message": "<string>", "created_by_token": "<string>", "created_at": "2023-01-01T00:00:00Z" }
Provide UserFeedback for our product and features.
The access token received from the authorization server in the OAuth 2.0 flow.
UserFeedback message
UserFeedback model
Token of the feedback
User feedback message
Token of the creator of the feedback
Feedback creation timestamp
"2023-01-01T00:00:00Z"