WiserReview
  1. Authentication
WiserReview
  • Introduction
  • Authentication
    • Generate Token
      GET
  • Review
    • Get review list
      GET
    • Get reviews by product
      GET
  • Widget
  1. Authentication

Generate Token

GET
/v1/authToken
Generates an access token based on the given API key.

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

🟠400Bad Request
🟠401Invalid
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.wiserreview.com/api/v1/authToken?api_key=4tb91n85-gvru4gwkm5kq4tlp-cj63fhpc' \
--header 'Content-Type: application/json'
Response Response Example
200 - Success
{
    "success": true,
    "message": "Auth token generated successfully",
    "authToken": ""
}
Modified at 2026-01-02 12:07:28
Previous
Introduction
Next
Get review list
Built with